laravel-zip
laravel-zip copied to clipboard
fixed PHP 7.4 error
ERROR: Unparenthesized a ? b : c ? d : e
is deprecated. Use either (a ? b : c) ? d : e
or a ? b : (c ? d : e)
added parenthesizes to some spots on code
@zanysoft please merge
@zanysoft Please Merge
@faytekin Are you sure? Because it not working for me.
The last commit is 2 years ago to master branch
Certainly not working. I'm switching to the forked version.
composer require macellan/laravel-zip
in this package has been fixed.