mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-15 03:04: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
|
* @property-read Tenant $tenant
|
||||||
*
|
*
|
||||||
* @see \Stancl\Tenancy\Database\Models\Domain
|
* @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
|
interface Domain
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue