mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:24: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;
|
||||
|
||||
/**
|
||||
* The current tenant.
|
||||
*
|
||||
* @var Tenant
|
||||
*/
|
||||
/** @var Tenant The current tenant. */
|
||||
protected $tenant;
|
||||
|
||||
/** @var Application */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue