@@ -9,7 +9,7 @@ |
||
| 9 | 9 | public function up() |
| 10 | 10 | { |
| 11 | 11 | if (!Schema::hasTable('model_settings')) { |
| 12 | - Schema::create('model_settings', function (Blueprint $table) { |
|
| 12 | + Schema::create('model_settings', function(Blueprint $table) { |
|
| 13 | 13 | $table->increments('id'); |
| 14 | 14 | $table->bigInteger('model_id'); |
| 15 | 15 | $table->string('model_type'); |