mirror of
https://github.com/archtechx/tenancy.git
synced 2026-05-06 16:24:03 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
b74416721a
commit
cdea112ad5
1 changed files with 1 additions and 1 deletions
|
|
@ -6,11 +6,11 @@ namespace Stancl\Tenancy\Bootstrappers;
|
||||||
|
|
||||||
use Closure;
|
use Closure;
|
||||||
use Illuminate\Contracts\Config\Repository as Config;
|
use Illuminate\Contracts\Config\Repository as Config;
|
||||||
|
use Illuminate\Database\Eloquent\Model;
|
||||||
use Illuminate\Log\LogManager;
|
use Illuminate\Log\LogManager;
|
||||||
use Illuminate\Support\Arr;
|
use Illuminate\Support\Arr;
|
||||||
use Stancl\Tenancy\Contracts\TenancyBootstrapper;
|
use Stancl\Tenancy\Contracts\TenancyBootstrapper;
|
||||||
use Stancl\Tenancy\Contracts\Tenant;
|
use Stancl\Tenancy\Contracts\Tenant;
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This bootstrapper makes it possible to configure tenant-specific logging.
|
* This bootstrapper makes it possible to configure tenant-specific logging.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue