Passed
Push — master ( 5ddc17...136ed3 )
by Bruno
03:47
created
Modelarium/Laravel/Directives/MigrationFulltextIndexDirective.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
             throw new Exception("You must provide at least one field to a full text index");
24 24
         }
25 25
         $generator->postCreateCode[] = "DB::statement('ALTER TABLE " .
26
-            $generator->getTableName()  .
26
+            $generator->getTableName() .
27 27
             " ADD FULLTEXT fulltext_index (`" .
28 28
             implode('`, `', $indexFields) .
29 29
             "`)');";
Please login to merge, or discard this patch.