mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 18:44:03 +00:00
Single-line docblock
This commit is contained in:
parent
292b7acd16
commit
e02bd3927a
1 changed files with 1 additions and 5 deletions
|
|
@ -24,11 +24,7 @@ class TenantManager
|
||||||
{
|
{
|
||||||
use ForwardsCalls;
|
use ForwardsCalls;
|
||||||
|
|
||||||
/**
|
/** @var Tenant The current tenant. */
|
||||||
* The current tenant.
|
|
||||||
*
|
|
||||||
* @var Tenant
|
|
||||||
*/
|
|
||||||
protected $tenant;
|
protected $tenant;
|
||||||
|
|
||||||
/** @var Application */
|
/** @var Application */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue