_mint() is discouraged in favor of _safeMint() which ensures that the recipient is either an EOA or implements IERC721Receiver. Both open OpenZeppelin and solmate have versions of this function so that NFTs arent lost if theyre minted to contracts that cannot transfer them back out.
File: contracts/NFTLoanTicket.sol (line 34)
