Skip to content

Commit 1a490e0

Browse files
committed
Fixing collection to match l5
1 parent 982295a commit 1a490e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Syntax/SteamApi/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function insertAfter($value, $afterKey)
8686
*
8787
* @return $this
8888
*/
89-
public function where($column, $value = null)
89+
public function where($column, $value = null, $strict = true)
9090
{
9191
foreach ($this->items as $key => $item) {
9292

0 commit comments

Comments
 (0)