@@ -23,7 +23,7 @@ |
||
| 23 | 23 | 'prefix' => '', |
| 24 | 24 | ]); |
| 25 | 25 | |
| 26 | - if (! class_exists('MetaMigration')) { |
|
| 26 | + if (!class_exists('MetaMigration')) { |
|
| 27 | 27 | static::makeMigration(); |
| 28 | 28 | } else { |
| 29 | 29 | static::migrate(); |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | */ |
| 22 | 22 | public function up() |
| 23 | 23 | { |
| 24 | - Schema::create('models', function (Blueprint $table) { |
|
| 24 | + Schema::create('models', function(Blueprint $table) { |
|
| 25 | 25 | $table->bigIncrements('id'); |
| 26 | 26 | $table->timestamps(); |
| 27 | 27 | }); |