Skip to content

Commit bfb7ed9

Browse files
committed
Add missing method
1 parent 72b00b3 commit bfb7ed9

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
@@ -614,4 +614,9 @@ public function setSupportForAttributes(bool $support): bool
614614
{
615615
return $this->delegate(__FUNCTION__, \func_get_args());
616616
}
617+
618+
public function getSupportForIntegerBooleans(): bool
619+
{
620+
return $this->delegate(__FUNCTION__, \func_get_args());
621+
}
617622
}

0 commit comments

Comments
 (0)