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

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2023-02-13 14:32:50 +00:00
parent 5469358e95
commit e3e85b3ffa
3 changed files with 16 additions and 11 deletions

View file

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace Stancl\Tenancy\Commands;
use Illuminate\Console\Command;
@ -20,7 +22,6 @@ class CreateRLSPoliciesForTenantTables extends Command
$this->components->info("Created RLS policy for table '$table'");
}
return Command::SUCCESS;
}