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

IDE Error Fix

This commit is contained in:
Cristian Tudorache 2020-07-06 11:24:49 +03:00
parent b362c16f89
commit 233e986e56

View file

@ -7,8 +7,6 @@ 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.
* @mixin \Illuminate\Database\Eloquent\Model
*/
interface Tenant