@@ -20,7 +20,7 @@ |
||
| 20 | 20 | */ |
| 21 | 21 | public function up() |
| 22 | 22 | { |
| 23 | - Schema::create(config('easy_panel_config.database.panel_admin_table'), function (Blueprint $table) { |
|
| 23 | + Schema::create(config('easy_panel_config.database.panel_admin_table'), function(Blueprint $table) { |
|
| 24 | 24 | $table->id(); |
| 25 | 25 | $table->foreignId('user_id')->constrained(); |
| 26 | 26 | $table->boolean('is_superuser'); |