Completed
Push — master ( c44596...d67676 )
by Vincenzo
01:55
created
database/migrations/M1478637077UserTokens.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     {
13 13
         $tableName = 'users';
14 14
         Capsule::schema()->dropIfExists($tableName);
15
-        Capsule::schema()->create($tableName, function (Blueprint $table) {
15
+        Capsule::schema()->create($tableName, function(Blueprint $table) {
16 16
             $table->increments('id');
17 17
             $table->string('name');
18 18
             $table->string('surname');
Please login to merge, or discard this patch.