Re-add create method

This commit is contained in:
Oliver Davies 2017-12-30 18:22:12 +00:00
parent afff7a6715
commit 671b4b9ae0

View file

@ -9,6 +9,14 @@ class Filter
*/
private $properties = [];
/**
* @return static
*/
public static function create()
{
return new static();
}
/**
* @param string $value
*