mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 04:14:03 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
97e45ab9cc
commit
98254cf3db
3 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy\Repository;
|
||||
|
||||
use Illuminate\Database\Eloquent\Builder;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy\Repository;
|
||||
|
||||
use Stancl\Tenancy\Contracts\Tenant;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue