Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
f11d155606 |
@ -10,7 +10,7 @@ abstract class Filter
|
||||
public string $value;
|
||||
public function __construct(array $source)
|
||||
{
|
||||
$this->params = $source['param'] ?? '';
|
||||
$this->params = $source['params'] ?? '';
|
||||
$this->name = $source['name'];
|
||||
$this->value = $source['value'] ?? '';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user