coreui-free-laravel-admin-template icon indicating copy to clipboard operation
coreui-free-laravel-admin-template copied to clipboard

syntax error, unexpected '$conversion' (T_VARIABLE), expecting ')'

Open ausmani opened this issue 3 years ago • 1 comments

vendor/spatie/laravel-medialibrary/src/MediaCollections/Models/Media.php:182

Error on this line

    return $conversions->map(fn (Conversion $conversion) => $conversion->getName())->toArray();

ausmani avatar Aug 08 '21 06:08 ausmani

Which PHP version do you have? It looks like you're not having PHP version 7.4 or higher?

nielsdrost7 avatar Oct 02 '21 06:10 nielsdrost7