mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 16:14:03 +00:00
Narrow typehint
This commit is contained in:
parent
d2aaf5b11b
commit
ac34d62383
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ use Stancl\Tenancy\Database\Contracts\TenantWithDatabase;
|
||||||
// todo@move move all resource syncing-related things to a separate namespace?
|
// todo@move move all resource syncing-related things to a separate namespace?
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @property-read Tenant[]|Collection $tenants
|
* @property-read Tenant[]|Collection<Tenant> $tenants
|
||||||
*/
|
*/
|
||||||
interface SyncMaster extends Syncable
|
interface SyncMaster extends Syncable
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue