Skip to content

Commit

Permalink
Fixing collection to match l5
Browse files Browse the repository at this point in the history
  • Loading branch information
stygiansabyss committed Feb 5, 2015
1 parent 982295a commit 1a490e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Syntax/SteamApi/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function insertAfter($value, $afterKey)
*
* @return $this
*/
public function where($column, $value = null)
public function where($column, $value = null, $strict = true)
{
foreach ($this->items as $key => $item) {

Expand Down

0 comments on commit 1a490e0

Please sign in to comment.