repository->find($host); } $this->config->set('database.connections.' . $connection, [ 'driver' => self::DB_DRIVER, 'host' => $host->host, 'port' => $host->port, 'database' => $database, 'username' => $host->username, 'password' => $this->encrypter->decrypt($host->password), 'charset' => self::DB_CHARSET, 'collation' => self::DB_COLLATION, ]); } }