AdminCrudBundle
AdminCrudBundle copied to clipboard
[Insight] Missing use statement should be avoided - in Controller/BackendController.php, line 56
in Controller/BackendController.php, line 56
The
Exceptionclass resolves to the following classes:Imagine\Exception\ExceptionorSymfony\Component\Config\Definition\Exception\ExceptionorIvory\CKEditorBundle\Exception\Exception. Did you forget to add a corresponding use statement for one of them?
$entity->$fieldname_set(true);
}
$em->flush();
$res = true;
} catch (Exception $e) {}
}
}
$response = new JsonResponse();
$response->setData($res);
Posted from SensioLabsInsight