Code optimisations.

This commit is contained in:
James Cole
2018-07-22 18:50:27 +02:00
parent ea2c48bca5
commit ca096852a5
56 changed files with 221 additions and 427 deletions

View File

@@ -44,7 +44,7 @@ class AuthServiceProvider extends ServiceProvider
/**
* Register any authentication / authorization services.
*/
public function boot()
public function boot(): void
{
$this->registerPolicies();
Passport::routes();