mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-16 10:04:02 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
80aca9f908
commit
e85ee25abc
1 changed files with 1 additions and 1 deletions
|
|
@ -7,9 +7,9 @@ namespace Stancl\Tenancy\ResourceSyncing;
|
||||||
use Illuminate\Database\Eloquent\Model;
|
use Illuminate\Database\Eloquent\Model;
|
||||||
use Illuminate\Database\Eloquent\Relations\MorphPivot;
|
use Illuminate\Database\Eloquent\Relations\MorphPivot;
|
||||||
use Illuminate\Database\Eloquent\Relations\Pivot;
|
use Illuminate\Database\Eloquent\Relations\Pivot;
|
||||||
|
use Illuminate\Database\Eloquent\Relations\Relation;
|
||||||
use Stancl\Tenancy\Contracts\Tenant;
|
use Stancl\Tenancy\Contracts\Tenant;
|
||||||
use Stancl\Tenancy\Database\Contracts\TenantWithDatabase;
|
use Stancl\Tenancy\Database\Contracts\TenantWithDatabase;
|
||||||
use Illuminate\Database\Eloquent\Relations\Relation;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Used on pivot models.
|
* Used on pivot models.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue