1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 08:04:03 +00:00

phpstan fix

This commit is contained in:
Samuel Štancl 2024-12-20 03:47:35 +01:00
parent cb0d7e2902
commit 79444723dd

View file

@ -17,7 +17,7 @@ use Stancl\Tenancy\Contracts\Tenant;
interface SyncMaster extends Syncable
{
/**
* @return BelongsToMany<Tenant&Model>
* @return BelongsToMany<Tenant&Model, self&Model>
*/
public function tenants(): BelongsToMany;