mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 23:54:03 +00:00
more phpstan fixes
This commit is contained in:
parent
a4318d81bd
commit
87e02f207f
4 changed files with 15 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
|||
interface Domain
|
||||
{
|
||||
/**
|
||||
* @return BelongsTo<Tenant&Model, Model>
|
||||
* @return BelongsTo<Tenant&Model, $this&Model>
|
||||
*/
|
||||
public function tenant(): BelongsTo;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue