-
-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Description
While updating through composer, "php artisan optimize" gave the error:
syntax error, unexpected 'array' (T_ARRAY) in [..]/vendor/crestapps/laravel-code-generator/src/Commands/FieldsFileCreateCommand.php on line 136
I renamed the "array" method to FieldTransformer::fieldsArray(), and it worked.
(I'm using PHP 5.6 at the moment, this is probably not a problem in PHP 7)
Metadata
Metadata
Assignees
Labels
No labels