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

@@ -35,7 +35,7 @@ class AppServiceProvider extends ServiceProvider
/**
* Bootstrap any application services.
*/
public function boot()
public function boot(): void
{
Schema::defaultStringLength(191);
}
@@ -43,7 +43,7 @@ class AppServiceProvider extends ServiceProvider
/**
* Register any application services.
*/
public function register()
public function register(): void
{
Passport::ignoreMigrations();
}