mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-01 03:18:31 +01:00
Re-add create method
This commit is contained in:
parent
afff7a6715
commit
671b4b9ae0
1 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,14 @@ class Filter
|
|||
*/
|
||||
private $properties = [];
|
||||
|
||||
/**
|
||||
* @return static
|
||||
*/
|
||||
public static function create()
|
||||
{
|
||||
return new static();
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $value
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue