mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 21:34:03 +00:00
replace hostManager with manager
This commit is contained in:
parent
780a8f8519
commit
e5cf5c0f82
5 changed files with 32 additions and 35 deletions
|
|
@ -362,7 +362,7 @@ test('tenant database can be created by using the username and password from ten
|
|||
]);
|
||||
|
||||
/** @var MySQLDatabaseManager $manager */
|
||||
$manager = $tenant->database()->hostManager();
|
||||
$manager = $tenant->database()->manager();
|
||||
|
||||
expect($manager->database()->getConfig('username'))->toBe($username); // user created for the HOST connection
|
||||
expect($manager->databaseExists($name))->toBeTrue();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue