@@ -28,7 +28,7 @@ |
||
28 | 28 | */ |
29 | 29 | public function up() |
30 | 30 | { |
31 | - Schema::create($this->tableName, function (Blueprint $table) { |
|
31 | + Schema::create($this->tableName, function(Blueprint $table) { |
|
32 | 32 | $table->increments('id'); |
33 | 33 | $table->string('subject')->unsigned(); |
34 | 34 | $table->string('audience')->unsigned(); |