mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:14:04 +00:00
Add phpdoc parameter to Tenant magic method for better IDE support (#565)
This commit is contained in:
parent
27fd2e7951
commit
04193cc2fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue