feat: 增强后台设置校验、代理权限控制与财务审计能力
This commit is contained in:
@@ -9,6 +9,7 @@ use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
uses(RefreshDatabase::class);
|
||||
|
||||
beforeEach(function (): void {
|
||||
ensureAdminActionCatalogSeeded();
|
||||
$this->artisan('lottery:admin-auth-sync')->assertExitCode(0);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user