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

Add phpdoc parameter to Tenant magic method for better IDE support

This commit is contained in:
Aleksandr Medvedev 2020-12-19 13:27:46 +05:00
parent 27fd2e7951
commit 4da911b7ca

View file

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