@@ -5,8 +5,7 @@ |
||
5 | 5 | use Illuminate\Support\Facades\Route; |
6 | 6 | use Illuminate\Foundation\Support\Providers\RouteServiceProvider as ServiceProvider; |
7 | 7 | |
8 | -class RouteServiceProvider extends ServiceProvider |
|
9 | -{ |
|
8 | +class RouteServiceProvider extends ServiceProvider { |
|
10 | 9 | /** |
11 | 10 | * This namespace is applied to your controller routes. |
12 | 11 | * |
@@ -5,8 +5,7 @@ |
||
5 | 5 | use Illuminate\Support\Facades\Gate; |
6 | 6 | use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider; |
7 | 7 | |
8 | -class AuthServiceProvider extends ServiceProvider |
|
9 | -{ |
|
8 | +class AuthServiceProvider extends ServiceProvider { |
|
10 | 9 | /** |
11 | 10 | * The policy mappings for the application. |
12 | 11 | * |
@@ -5,8 +5,7 @@ |
||
5 | 5 | use Illuminate\Support\Facades\Event; |
6 | 6 | use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider; |
7 | 7 | |
8 | -class EventServiceProvider extends ServiceProvider |
|
9 | -{ |
|
8 | +class EventServiceProvider extends ServiceProvider { |
|
10 | 9 | /** |
11 | 10 | * The event listener mappings for the application. |
12 | 11 | * |
@@ -5,8 +5,7 @@ |
||
5 | 5 | use Illuminate\Support\ServiceProvider; |
6 | 6 | use Illuminate\Support\Facades\Broadcast; |
7 | 7 | |
8 | -class BroadcastServiceProvider extends ServiceProvider |
|
9 | -{ |
|
8 | +class BroadcastServiceProvider extends ServiceProvider { |
|
10 | 9 | /** |
11 | 10 | * Bootstrap any application services. |
12 | 11 | * |
@@ -5,8 +5,7 @@ |
||
5 | 5 | use Illuminate\Notifications\Notifiable; |
6 | 6 | use Illuminate\Foundation\Auth\User as Authenticatable; |
7 | 7 | |
8 | -class User extends Authenticatable |
|
9 | -{ |
|
8 | +class User extends Authenticatable { |
|
10 | 9 | use Notifiable; |
11 | 10 | |
12 | 11 | /** |
@@ -4,8 +4,7 @@ |
||
4 | 4 | use Illuminate\Database\Schema\Blueprint; |
5 | 5 | use Illuminate\Database\Migrations\Migration; |
6 | 6 | |
7 | -class CreateUsersTable extends Migration |
|
8 | -{ |
|
7 | +class CreateUsersTable 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\Database\Migrations\Migration; |
6 | 6 | |
7 | -class CreatePasswordResetsTable extends Migration |
|
8 | -{ |
|
7 | +class CreatePasswordResetsTable extends Migration { |
|
9 | 8 | /** |
10 | 9 | * Run the migrations. |
11 | 10 | * |