Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed Apr 28, 2016
1 parent 8b3ebb7 commit 77e04e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/model/entity/abstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ public function getHandle()
*/
public function getIterator()
{
return new ArrayIterator(array($this));
return new \ArrayIterator(array($this));
}

/**
Expand Down

0 comments on commit 77e04e6

Please sign in to comment.