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

docs: update PHPDoc for tenants() method in ResourceSyncing trait to include full namespace

This commit is contained in:
Punyapal Shah 2025-12-28 18:13:54 +05:30
parent a702833ac5
commit d19947f6c7

View file

@ -106,7 +106,7 @@ trait ResourceSyncing
}
/**
* @return BelongsToMany<TenantWithDatabase, $this>
* @return BelongsToMany<\Stancl\Tenancy\Database\Contracts\TenantWithDatabase, $this>
*/
public function tenants(): BelongsToMany
{