mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
remove dump statement
This commit is contained in:
@@ -89,7 +89,6 @@ class BirthdateFilter implements FilterInterface, ExportElementValidatedInterfac
|
||||
{
|
||||
$date_from = $data['date_from'];
|
||||
$date_to = $data['date_to'];
|
||||
dump($date_from, $date_to);
|
||||
|
||||
if ($date_from === null) {
|
||||
$context->buildViolation('The "date from" should not be empty')
|
||||
|
Reference in New Issue
Block a user