Skip to content

Commit 1c3b869

Browse files
committed
Also unshift in StatementPool
1 parent c682313 commit 1c3b869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StatementPool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ protected function push(Statement $statement)
138138
return;
139139
}
140140

141-
$this->statements->push($statement);
141+
$this->statements->unshift($statement);
142142
}
143143

144144
/**

0 commit comments

Comments
 (0)