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