1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 16:24:04 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2020-07-09 11:29:15 +00:00 committed by StyleCI Bot
parent 4b9b2648d5
commit dc32fee8f4

View file

@ -8,7 +8,7 @@ namespace Stancl\Tenancy\Contracts;
* @property-read Tenant $tenant
*
* @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.
* @mixin \Illuminate\Database\Eloquent\Model