1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 15:54:03 +00:00

IDE Error Fix (#452)

* IDE Error Fix

* IDE Error Fix
This commit is contained in:
MinaseTaki 2020-07-06 15:29:37 +03:00 committed by GitHub
parent b362c16f89
commit 62dca0dc52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,8 @@ namespace Stancl\Tenancy\Contracts;
/** /**
* @see \Stancl\Tenancy\Database\Models\Tenant * @see \Stancl\Tenancy\Database\Models\Tenant
* *
* @method mixed __call() IDE support. This will be a model. * @method __call(string $method, array $parameters) IDE support. This will be a model.
* @method mixed __callStatic() 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