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

Commit 494e64c

Browse files
committed
Add a missing interface on DalStatement.
1 parent bc6ccb4 commit 494e64c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DalStatement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* @copyright Copyright © 2007-2016 Hoa community
4545
* @license New BSD License
4646
*/
47-
class DalStatement
47+
class DalStatement implements IDal\WrapperStatement
4848
{
4949
/**
5050
* Start at the first offset.

0 commit comments

Comments
 (0)