1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 14:34:04 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2023-04-27 11:48:25 +00:00
parent a5d004132c
commit 483630897e

View file

@ -55,7 +55,6 @@ class CreateRLSPoliciesForTenantTables extends Command
$this->components->info("Created RLS policy for table '$table'");
}
}
return Command::SUCCESS;