laravel-zip icon indicating copy to clipboard operation
laravel-zip copied to clipboard

Laravel 9+ Issue On Unparenthesized

Open dev-techguy opened this issue 2 years ago • 1 comments

Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) {"exception":"[object] (Symfony\Component\ErrorHandler\Error\FatalError(code: 0): Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) at /var/www/ksa/vendor/zanysoft/laravel-zip/src/Zip.php:405)

dev-techguy avatar Aug 04 '22 13:08 dev-techguy

Use version ^2.0

goszowski avatar Aug 04 '22 13:08 goszowski

It worked thanks

dev-techguy avatar Aug 18 '22 08:08 dev-techguy