Passed
Push — master ( 50ada9...ac286c )
by Iman
04:00
created
database/migrations/2017_03_04_000000_create_tags_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      */
14 14
     public function up()
15 15
     {
16
-        Schema::create('temp_tags', function (Blueprint $table) {
16
+        Schema::create('temp_tags', function(Blueprint $table) {
17 17
             $table->unsignedBigInteger('id', true);
18 18
             $table->string('taggable_type', 25);
19 19
             $table->unsignedBigInteger('taggable_id');
Please login to merge, or discard this patch.