Skip to content

Commit

Permalink
Add phpdoc parameter to Tenant magic method for better IDE support (#565
Browse files Browse the repository at this point in the history
)
  • Loading branch information
alexrififi authored Dec 19, 2020
1 parent 27fd2e7 commit 04193cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Models/Tenant.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* @property Carbon $updated_at
* @property array $data
*
* @method static TenantCollection all()
* @method static TenantCollection all($columns = ['*'])
*/
class Tenant extends Model implements Contracts\Tenant
{
Expand Down

0 comments on commit 04193cc

Please sign in to comment.