Passed
Pull Request — master (#1)
by Gombos
01:49
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
@@ -8,7 +8,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.