@@ -14,7 +14,7 @@ |
||
14 | 14 | public function up() |
15 | 15 | { |
16 | 16 | |
17 | - Schema::create('Comment', function (Blueprint $table) { |
|
17 | + Schema::create('Comment', function(Blueprint $table) { |
|
18 | 18 | $table->increments('id'); |
19 | 19 | $table->integer('parent')->unsigned()->nullable(); |
20 | 20 | $table->text('comment'); |