Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit 8394fee

Browse files
authored
Update StatementInterface.php
1 parent 9db3b86 commit 8394fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StatementInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Must implement Traversable as IteratorAggregate or Iterator. You can access underlying PDOStatement
1616
* using getPDOStatement() method of `Spiral\Database\Driver\Statement` object.
1717
*/
18-
interface StatementInterface
18+
interface StatementInterface extends \IteratorAggregate
1919
{
2020
// Fetch rows as assoc array. Default.
2121
public const FETCH_ASSOC = 2;

0 commit comments

Comments
 (0)