浏览代码

Merge branch 'develop' of https://gitea.laclic.fr/Laclic/LcShopBundle into develop

feature/export_comptable
Fab 4 年前
父节点
当前提交
5d667b3178
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      ShopBundle/Form/Backend/Filters/ListFilterType.php

+ 0
- 1
ShopBundle/Form/Backend/Filters/ListFilterType.php 查看文件

@@ -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'=> '--',

正在加载...
取消
保存