mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:14:03 +00:00
IDE Error Fix
This commit is contained in:
parent
233e986e56
commit
5f99e1c54e
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ namespace Stancl\Tenancy\Contracts;
|
||||||
/**
|
/**
|
||||||
* @see \Stancl\Tenancy\Database\Models\Tenant
|
* @see \Stancl\Tenancy\Database\Models\Tenant
|
||||||
*
|
*
|
||||||
|
* @method __call(string $method, array $parameters) IDE support. This will be a model.
|
||||||
|
* @method __callStatic(string $method, array $parameters) IDE support. This will be a model.
|
||||||
* @mixin \Illuminate\Database\Eloquent\Model
|
* @mixin \Illuminate\Database\Eloquent\Model
|
||||||
*/
|
*/
|
||||||
interface Tenant
|
interface Tenant
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue