Make Upgrade guide changes

This commit is contained in:
Jonny Barnes 2023-02-17 09:41:14 +00:00
parent 9256aae89d
commit cee9d77b50
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
4 changed files with 4 additions and 7 deletions

View file

@ -17,13 +17,9 @@ class AuthServiceProvider extends ServiceProvider
/**
* Register any application authentication / authorization services.
*
* @return void
*/
public function boot()
public function boot(): void
{
$this->registerPolicies();
//
}
}