Skip to content

Commit edbc05e

Browse files
committed
Fix Pool
1 parent 1340bc2 commit edbc05e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Database/Adapter/Pool.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,4 +484,9 @@ public function getTenantQuery(string $collection, string $alias = ''): string
484484
{
485485
return $this->delegate(__FUNCTION__, \func_get_args());
486486
}
487+
488+
protected function execute(mixed $stmt): bool
489+
{
490+
return $this->delegate(__FUNCTION__, \func_get_args());
491+
}
487492
}

0 commit comments

Comments
 (0)