-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
root@server:/path/to/project/gitpab# php artisan key:generate
In FindCommand.php line 113:
Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`
root@server:/path/to/project/gitpab# php artisan migrate
In FindCommand.php line 113:
Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`
root@server:/path/to/project/gitpab# php artisan db:seed
In FindCommand.php line 113:
Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`
root@server:/path/to/project/gitpab# php artisan make:user
In FindCommand.php line 113:
Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`
Metadata
Metadata
Assignees
Labels
No labels