mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:14:03 +00:00
phpstan fix
This commit is contained in:
parent
cb0d7e2902
commit
79444723dd
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ use Stancl\Tenancy\Contracts\Tenant;
|
||||||
interface SyncMaster extends Syncable
|
interface SyncMaster extends Syncable
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @return BelongsToMany<Tenant&Model>
|
* @return BelongsToMany<Tenant&Model, self&Model>
|
||||||
*/
|
*/
|
||||||
public function tenants(): BelongsToMany;
|
public function tenants(): BelongsToMany;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue