mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:14:04 +00:00
parent
b362c16f89
commit
62dca0dc52
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ namespace Stancl\Tenancy\Contracts;
|
|||
/**
|
||||
* @see \Stancl\Tenancy\Database\Models\Tenant
|
||||
*
|
||||
* @method mixed __call() IDE support. This will be a model.
|
||||
* @method mixed __callStatic() IDE support. This will be a model.
|
||||
* @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
|
||||
*/
|
||||
interface Tenant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue