mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 13:54:03 +00:00
Make annotations static
This commit is contained in:
parent
2f6ff33bf9
commit
3853c4cdcc
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ namespace Stancl\Tenancy\Contracts;
|
|||
* @see \Stancl\Tenancy\Database\Models\Domain
|
||||
*
|
||||
* @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.
|
||||
* @method static __callStatic(string $method, array $parameters) IDE support. This will be a model.
|
||||
* @mixin \Illuminate\Database\Eloquent\Model
|
||||
*/
|
||||
interface Domain
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ namespace Stancl\Tenancy\Contracts;
|
|||
* @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.
|
||||
* @method static __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