소스 검색

[Frontend] Redirection www. > belfort.

master
Guillaume 4 년 전
부모
커밋
b713525b25
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'=> '--',

Loading…
취소
저장