@@ -10,7 +10,7 @@ |
||
10 | 10 | |
11 | 11 | public function up() |
12 | 12 | { |
13 | - $this->createTable(static function (Blueprint $table) { |
|
13 | + $this->createTable(static function(Blueprint $table) { |
|
14 | 14 | $table->bigIncrements('id'); |
15 | 15 | |
16 | 16 | $table->string('key')->nullable()->index(); |