tschoffelen / php-pkpass

💳 PHP class for creating passes for Wallet on iOS.
https://includable.com
MIT License
908 stars 187 forks source link

Fixed bug when calling create() multiple times #93

Closed mcampo-wework closed 4 years ago

mcampo-wework commented 4 years ago

Moved mkdir outside of uniqid check, allowing for create() to be called multiple times without error.

tschoffelen commented 4 years ago

Great! Thanks!

tschoffelen commented 4 years ago

Released to Packagist as v1.2.5