mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
make pool argument optional
This commit is contained in:
parent
f05db4b291
commit
1d2641dceb
2 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ use \Yggverse\Yoda\Interface\Model\Pool;
|
|||
interface Connection
|
||||
{
|
||||
public function __construct(
|
||||
Pool $pool
|
||||
?Pool $pool = null
|
||||
);
|
||||
|
||||
public function request(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue