mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-02-02 08:57:31 +00:00
Re-add create method
This commit is contained in:
parent
afff7a6715
commit
671b4b9ae0
|
@ -9,6 +9,14 @@ class Filter
|
|||
*/
|
||||
private $properties = [];
|
||||
|
||||
/**
|
||||
* @return static
|
||||
*/
|
||||
public static function create()
|
||||
{
|
||||
return new static();
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $value
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue