Completed
Push — master ( 812e85...489346 )
by Mike
03:48
created
src/database/migrations/2018_02_25_003452_create_translations_table.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
             $table->string('locale');
22 22
         });
23 23
 	
24
-	    DB::statement('ALTER TABLE `translations` ADD FULLTEXT fulltext_index (`key`)');
24
+        DB::statement('ALTER TABLE `translations` ADD FULLTEXT fulltext_index (`key`)');
25 25
     }
26 26
     
27 27
     /**
Please login to merge, or discard this patch.