@@ -14,7 +14,7 @@ |
||
14 | 14 | |
15 | 15 | public static function createTable(): void |
16 | 16 | { |
17 | - DB::schema()->create((new static())->table, function (Blueprint $table) { |
|
17 | + DB::schema()->create((new static())->table, function(Blueprint $table) { |
|
18 | 18 | $table->increments('id'); |
19 | 19 | $table->string('name'); |
20 | 20 | $table->string('email')->unique(); |