Merge pull request #3491 from laravel/analysis-zObJlq
Applied fixes from StyleCI
This commit is contained in:
commit
716e65268a
|
@ -24,8 +24,8 @@ class AuthServiceProvider extends ServiceProvider
|
||||||
*/
|
*/
|
||||||
public function boot(GateContract $gate)
|
public function boot(GateContract $gate)
|
||||||
{
|
{
|
||||||
parent::registerPolicies($gate);
|
parent::registerPolicies($gate);
|
||||||
|
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue