Changeset View
Changeset View
Standalone View
Standalone View
src/app/Providers/AuthServiceProvider.php
Show All 10 Lines | class AuthServiceProvider extends ServiceProvider | ||||
* | * | ||||
* @var array<class-string, class-string> | * @var array<class-string, class-string> | ||||
*/ | */ | ||||
protected $policies = [ | protected $policies = [ | ||||
]; | ]; | ||||
/** | /** | ||||
* Register any authentication / authorization services. | * Register any authentication / authorization services. | ||||
* | |||||
* @return void | |||||
*/ | */ | ||||
public function boot() | public function boot(): void | ||||
{ | { | ||||
$this->registerPolicies(); | |||||
} | } | ||||
} | } |