mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-06 05:25:33 +01:00
Rename method. Fix PHP 5.6 error
This commit is contained in:
parent
f25ce7f9f1
commit
d112fce009
2 changed files with 4 additions and 4 deletions
|
@ -104,7 +104,7 @@ class Filter
|
|||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function list($value)
|
||||
public function fromList($value)
|
||||
{
|
||||
$this->has("list:{$value}");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue