1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 10:14:04 +00:00

IDE Error Fix

This commit is contained in:
Cristian Tudorache 2020-07-06 15:21:46 +03:00
parent 233e986e56
commit 5f99e1c54e

View file

@ -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