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