@@ -5,8 +5,7 @@ |
||
5 | 5 | use Fideloper\Proxy\TrustProxies as Middleware; |
6 | 6 | use Illuminate\Http\Request; |
7 | 7 | |
8 | -class TrustProxies extends Middleware |
|
9 | -{ |
|
8 | +class TrustProxies extends Middleware { |
|
10 | 9 | /** |
11 | 10 | * The trusted proxies for this application. |
12 | 11 | * |
@@ -4,8 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use Illuminate\Foundation\Http\Middleware\TrimStrings as Middleware; |
6 | 6 | |
7 | -class TrimStrings extends Middleware |
|
8 | -{ |
|
7 | +class TrimStrings extends Middleware { |
|
9 | 8 | /** |
10 | 9 | * The names of the attributes that should not be trimmed. |
11 | 10 | * |
@@ -4,8 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as Middleware; |
6 | 6 | |
7 | -class VerifyCsrfToken extends Middleware |
|
8 | -{ |
|
7 | +class VerifyCsrfToken extends Middleware { |
|
9 | 8 | /** |
10 | 9 | * The URIs that should be excluded from CSRF verification. |
11 | 10 | * |
@@ -4,8 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use Illuminate\Foundation\Http\Kernel as HttpKernel; |
6 | 6 | |
7 | -class Kernel extends HttpKernel |
|
8 | -{ |
|
7 | +class Kernel extends HttpKernel { |
|
9 | 8 | /** |
10 | 9 | * The application's global HTTP middleware stack. |
11 | 10 | * |
@@ -5,8 +5,7 @@ |
||
5 | 5 | use Illuminate\Console\Scheduling\Schedule; |
6 | 6 | use Illuminate\Foundation\Console\Kernel as ConsoleKernel; |
7 | 7 | |
8 | -class Kernel extends ConsoleKernel |
|
9 | -{ |
|
8 | +class Kernel extends ConsoleKernel { |
|
10 | 9 | /** |
11 | 10 | * The Artisan commands provided by your application. |
12 | 11 | * |
@@ -5,8 +5,7 @@ |
||
5 | 5 | use Exception; |
6 | 6 | use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler; |
7 | 7 | |
8 | -class Handler extends ExceptionHandler |
|
9 | -{ |
|
8 | +class Handler extends ExceptionHandler { |
|
10 | 9 | /** |
11 | 10 | * A list of the exception types that are not reported. |
12 | 11 | * |
@@ -4,8 +4,7 @@ |
||
4 | 4 | use Illuminate\Database\Schema\Blueprint; |
5 | 5 | use Illuminate\Support\Facades\Schema; |
6 | 6 | |
7 | -class CreatePasswordResetsTable extends Migration |
|
8 | -{ |
|
7 | +class CreatePasswordResetsTable extends Migration { |
|
9 | 8 | /** |
10 | 9 | * Run the migrations. |
11 | 10 | * |
@@ -4,8 +4,7 @@ |
||
4 | 4 | use Illuminate\Database\Schema\Blueprint; |
5 | 5 | use Illuminate\Support\Facades\Schema; |
6 | 6 | |
7 | -class CreateUsersTable extends Migration |
|
8 | -{ |
|
7 | +class CreateUsersTable extends Migration { |
|
9 | 8 | /** |
10 | 9 | * Run the migrations. |
11 | 10 | * |
@@ -2,8 +2,7 @@ |
||
2 | 2 | |
3 | 3 | use Illuminate\Database\Seeder; |
4 | 4 | |
5 | -class DatabaseSeeder extends Seeder |
|
6 | -{ |
|
5 | +class DatabaseSeeder extends Seeder { |
|
7 | 6 | /** |
8 | 7 | * Run the database seeds. |
9 | 8 | * |