@@ -17,7 +17,7 @@ |
||
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'); |