Browse Source

[Frontend] Redirection www. > belfort.

master
Guillaume 4 years ago
parent
commit
b713525b25
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ShopBundle/Form/Backend/Filters/ListFilterType.php

+ 0
- 1
ShopBundle/Form/Backend/Filters/ListFilterType.php View File

@@ -80,7 +80,6 @@ class ListFilterType extends AbstractType
break;
case 'association':
$classImplements = class_implements($field['targetEntity']);
dump($classImplements);
$builder->add($field['property'], EntityType::class, array(
'class' => $field['targetEntity'],
'placeholder'=> '--',

Loading…
Cancel
Save