code style fix

This commit is contained in:
Peter Papp
2021-04-25 09:02:00 +02:00
parent e103e61617
commit c47886fb8b
157 changed files with 2250 additions and 2583 deletions
+1 -3
View File
@@ -1,10 +1,9 @@
<?php
use App\Providers\RouteServiceProvider;
use Laravel\Fortify\Features;
use App\Providers\RouteServiceProvider;
return [
/*
|--------------------------------------------------------------------------
| Fortify Guard
@@ -141,5 +140,4 @@ return [
'confirmPassword' => true,
]),*/
],
];