diff --git a/src/Commands/TenantDump.php b/src/Commands/TenantDump.php index 3f957bdd..3483421e 100644 --- a/src/Commands/TenantDump.php +++ b/src/Commands/TenantDump.php @@ -41,7 +41,7 @@ class TenantDump extends DumpCommand return 1; } - parent::handle($connections, $dispatcher); + $tenant->run(fn() => parent::handle($connections, $dispatcher)); return 0; }