mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
remove dump
This commit is contained in:
parent
f4fb375fd1
commit
b4b661882a
@ -68,11 +68,9 @@ class FilterOrderHelper
|
|||||||
];
|
];
|
||||||
|
|
||||||
foreach ($this->checkboxes as $name => $c) {
|
foreach ($this->checkboxes as $name => $c) {
|
||||||
$r['c_'.$name] = $this->getCheckbox($name);
|
$r[$name] = $this->getCheckbox($name);
|
||||||
}
|
}
|
||||||
|
|
||||||
dump($r);
|
|
||||||
|
|
||||||
return $r;
|
return $r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user