mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:54:05 +00:00
mysql -> pgsql
This commit is contained in:
parent
89953ba1ec
commit
9ab6c10cef
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class PostgreSQLSchemaManager implements TenantDatabaseManager, CanSetConnection
|
||||||
|
|
||||||
public function __construct(Repository $config)
|
public function __construct(Repository $config)
|
||||||
{
|
{
|
||||||
$this->connection = $config->get('tenancy.database_manager_connections.mysql');
|
$this->connection = $config->get('tenancy.database_manager_connections.pgsql');
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function database(): Connection
|
protected function database(): Connection
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue