mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:34:04 +00:00
default value
This commit is contained in:
parent
fd79e0aec3
commit
3c9ead6aac
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ final class TenantManager
|
||||||
*
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
public $tenant;
|
public $tenant = [];
|
||||||
|
|
||||||
public function __construct(Application $app, StorageDriver $storage, DatabaseManager $database)
|
public function __construct(Application $app, StorageDriver $storage, DatabaseManager $database)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue