replace fqdn in customfields bundle

This commit is contained in:
2022-04-30 00:46:48 +02:00
parent 6da19b0135
commit f26d50a3a8
10 changed files with 22 additions and 19 deletions

View File

@@ -138,7 +138,7 @@ class CustomFieldController extends AbstractController
{
$em = $this->getDoctrine()->getManager();
$entity = $em->getRepository('ChillCustomFieldsBundle:CustomField')->find($id);
$entity = $em->getRepository(\Chill\CustomFieldsBundle\Entity\CustomField::class)->find($id);
if (!$entity) {
throw $this->createNotFoundException('Unable to find CustomField entity.');