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

Add phpdoc parameter to Tenant magic method for better IDE support (#565)

This commit is contained in:
Aleksandr Medvedev 2020-12-19 17:39:16 +05:00 committed by GitHub
parent 27fd2e7951
commit 04193cc2fd
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 static TenantCollection all() * @method static TenantCollection all($columns = ['*'])
*/ */
class Tenant extends Model implements Contracts\Tenant class Tenant extends Model implements Contracts\Tenant
{ {