mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-02-13 04:36:57 +00:00
Remove unused things
This commit is contained in:
parent
5de0ddb539
commit
24e4b74b72
|
@ -6,14 +6,6 @@ use Tightenco\Collect\Support\Collection;
|
|||
|
||||
class Filter
|
||||
{
|
||||
/** @var string */
|
||||
const SEPARATOR = '|';
|
||||
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
private $properties = [];
|
||||
|
||||
/** @var Collection */
|
||||
private $conditions;
|
||||
|
||||
|
|
Loading…
Reference in a new issue