mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 21:24:04 +00:00
docs: update PHPDoc for tenants() method in ResourceSyncing trait to include full namespace
This commit is contained in:
parent
a702833ac5
commit
d19947f6c7
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ trait ResourceSyncing
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return BelongsToMany<TenantWithDatabase, $this>
|
* @return BelongsToMany<\Stancl\Tenancy\Database\Contracts\TenantWithDatabase, $this>
|
||||||
*/
|
*/
|
||||||
public function tenants(): BelongsToMany
|
public function tenants(): BelongsToMany
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue