Completed
Pull Request — master (#21)
by Raí
08:58 queued 03:10
created
app/Providers/BroadcastServiceProvider.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
app/User.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.
database/migrations/2014_10_12_000000_create_users_table.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
database/migrations/2014_10_12_100000_create_password_resets_table.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.