1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 23:14:03 +00:00

default value

This commit is contained in:
Samuel Štancl 2019-08-16 18:10:34 +02:00
parent fd79e0aec3
commit 3c9ead6aac

View file

@ -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)
{ {