Passed
Push — master ( 61caf9...f115f3 )
by Iman
04:25
created
database/migrations/2017_03_04_000000_create_temp_tags_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
             return null;
18 18
         }
19 19
 
20
-        Schema::create('temp_tags', function (Blueprint $table) {
20
+        Schema::create('temp_tags', function(Blueprint $table) {
21 21
             $table->unsignedBigInteger('id', true);
22 22
             $table->string('taggable_type', 32);
23 23
             $table->unsignedBigInteger('taggable_id');
Please login to merge, or discard this patch.