From 5499d1d0a6e183793994dde1169be69afcbdacaa Mon Sep 17 00:00:00 2001 From: PHP CS Fixer Date: Tue, 22 Nov 2022 11:26:39 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Commands/TenantDump.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/TenantDump.php b/src/Commands/TenantDump.php index 3483421e..b02af71f 100644 --- a/src/Commands/TenantDump.php +++ b/src/Commands/TenantDump.php @@ -41,7 +41,7 @@ class TenantDump extends DumpCommand return 1; } - $tenant->run(fn() => parent::handle($connections, $dispatcher)); + $tenant->run(fn () => parent::handle($connections, $dispatcher)); return 0; }