@@ -14,7 +14,7 @@ |
||
| 14 | 14 | public function up() |
| 15 | 15 | { |
| 16 | 16 | |
| 17 | - Schema::create('News', function (Blueprint $table) { |
|
| 17 | + Schema::create('News', function(Blueprint $table) { |
|
| 18 | 18 | $table->increments('id'); |
| 19 | 19 | $table->string('title', 150); |
| 20 | 20 | $table->text('body'); |