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

Update Tenant.php (#463)

This commit is contained in:
MinaseTaki 2020-07-21 14:04:22 +03:00 committed by GitHub
parent 94abd732ae
commit f2a3cf028c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ use Stancl\Tenancy\Events;
* @property Carbon $updated_at * @property Carbon $updated_at
* @property array $data * @property array $data
* *
* @method TenantCollection all() * @method static TenantCollection all()
*/ */
class Tenant extends Model implements Contracts\Tenant class Tenant extends Model implements Contracts\Tenant
{ {