mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 11:44:04 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
b9eb2feea0
commit
d863640341
1 changed files with 3 additions and 3 deletions
|
|
@ -4,11 +4,11 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Stancl\Tenancy\Commands;
|
namespace Stancl\Tenancy\Commands;
|
||||||
|
|
||||||
use Stancl\Tenancy\Contracts\Tenant;
|
|
||||||
use Illuminate\Contracts\Events\Dispatcher;
|
use Illuminate\Contracts\Events\Dispatcher;
|
||||||
use Illuminate\Database\Console\DumpCommand;
|
|
||||||
use Symfony\Component\Console\Input\InputOption;
|
|
||||||
use Illuminate\Database\ConnectionResolverInterface;
|
use Illuminate\Database\ConnectionResolverInterface;
|
||||||
|
use Illuminate\Database\Console\DumpCommand;
|
||||||
|
use Stancl\Tenancy\Contracts\Tenant;
|
||||||
|
use Symfony\Component\Console\Input\InputOption;
|
||||||
|
|
||||||
class TenantDump extends DumpCommand
|
class TenantDump extends DumpCommand
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue