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
d9e602247e
commit
482abd3980
@ -73,8 +73,6 @@ class ConfidentialFilter implements FilterInterface
|
|||||||
|
|
||||||
public function describeAction($data, $format = 'string'): array
|
public function describeAction($data, $format = 'string'): array
|
||||||
{
|
{
|
||||||
dump($data, self::CHOICES);
|
|
||||||
|
|
||||||
foreach (self::CHOICES as $k => $v) {
|
foreach (self::CHOICES as $k => $v) {
|
||||||
if ($v === $data['accepted_confidentials']) {
|
if ($v === $data['accepted_confidentials']) {
|
||||||
$choice = $k;
|
$choice = $k;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user