mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 09:34:04 +00:00
Annotations for Domain contract
This commit is contained in:
parent
dd90efdffe
commit
4b9b2648d5
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@ namespace Stancl\Tenancy\Contracts;
|
|||
* @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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue