Passed
Push — master ( f0ed0e...da797a )
by Gombos
01:32
created
migrations/2019_01_09_151836_create_model_settings_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.