Completed
Push — master ( 350609...03681d )
by Nicolas
05:56
created
2015_12_01_094031_update_translation_translations_table_with_index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
      */
12 12
     public function up()
13 13
     {
14
-        Schema::table('translation__translations', function (Blueprint $table) {
14
+        Schema::table('translation__translations', function(Blueprint $table) {
15 15
             $table->index('key');
16 16
         });
17 17
     }
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
      */
23 23
     public function down()
24 24
     {
25
-        Schema::table('translation__translations', function (Blueprint $table) {
25
+        Schema::table('translation__translations', function(Blueprint $table) {
26 26
             $table->dropIndex('key');
27 27
         });
28 28
     }
Please login to merge, or discard this patch.