Compare commits
No commits in common. "master" and "1.1.4" have entirely different histories.
@ -10,7 +10,7 @@ abstract class Filter
|
||||
public string $value;
|
||||
public function __construct(array $source)
|
||||
{
|
||||
$this->params = $source['params'] ?? '';
|
||||
$this->params = $source['param'] ?? '';
|
||||
$this->name = $source['name'];
|
||||
$this->value = $source['value'] ?? '';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user