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:
parent
5469358e95
commit
e3e85b3ffa
3 changed files with 16 additions and 11 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue