Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 2a4aca2

Browse files
committed
Dal: Fix a bad method call.
1 parent f874c68 commit 2a4aca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public static function getInstance(
206206
null === $username &&
207207
null === $password &&
208208
empty($driverOptions)) {
209-
$list = self::$_parameters->unlinearizeBranche('connection.list');
209+
$list = self::$_parameters->unlinearizeBranch('connection.list');
210210

211211
if (!isset($list[$id])) {
212212
throw new Exception(

0 commit comments

Comments
 (0)