Namespace fix

1.0
Alex Bilbie 2013-03-19 18:18:22 +00:00
parent fc16c5c25a
commit 6e10cc9082
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class User implements \IteratorAggregate {
public function getIterator()
{
return new ArrayIterator($this);
return new \ArrayIterator($this);
}
}