Skip to content

Commit 8b41eb5

Browse files
committed
implmented hasDriver method
1 parent 40ef310 commit 8b41eb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/SymfonyClient.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,9 @@ public function rollbackBoundTransaction(string $alias = null, int $depth = 1):
107107
{
108108
$this->client->rollbackBoundTransaction($alias, $depth);
109109
}
110+
111+
public function hasDriver(string $alias): bool
112+
{
113+
return $this->client->hasDriver($alias);
114+
}
110115
}

0 commit comments

Comments
 (0)