From 233e986e566dc0b29bc34b3e8e77e4b57d241ed5 Mon Sep 17 00:00:00 2001 From: Cristian Tudorache Date: Mon, 6 Jul 2020 11:24:49 +0300 Subject: [PATCH] IDE Error Fix --- src/Contracts/Tenant.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Contracts/Tenant.php b/src/Contracts/Tenant.php index 477157cf..ad14365b 100644 --- a/src/Contracts/Tenant.php +++ b/src/Contracts/Tenant.php @@ -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