Skip to content

Commit

Permalink
Annotations for Domain contract
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Jul 9, 2020
1 parent dd90efd commit 4b9b264
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Contracts/Domain.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
* @property-read Tenant $tenant
*
* @see \Stancl\Tenancy\Database\Models\Domain
*
* @method __call(string $method, array $parameters) IDE support. This will be a model.
* @method __callStatic(string $method, array $parameters) IDE support. This will be a model.
* @mixin \Illuminate\Database\Eloquent\Model
*/
interface Domain
{
Expand Down

0 comments on commit 4b9b264

Please sign in to comment.