The function starts_with() has been deprecated with message: Str::startsWith() should be used directly instead. Will be removed in Laravel 6.0.
This function has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be
removed from the class and what other function to use instead.
The function str_start() has been deprecated with message: Str::start() should be used directly instead. Will be removed in Laravel 6.0.
This function has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be
removed from the class and what other function to use instead.
Loading history...
22
23
// Set abilities
24
if (! empty($data['abilities'])) {
25
if ($this->user($this->route('guard'))->can('grant', \Cortex\Auth\Models\Ability::class)) {
This function has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be removed from the class and what other function to use instead.