Late static factory method

This commit is contained in:
Filippo Tessarotto 2012-07-20 11:54:42 +02:00
parent 9f157a1616
commit 9dc20116e3
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class Finder implements \IteratorAggregate, \Countable
*/
public static function create()
{
return new self();
return new static();
}
/**