AdminCrudBundle
AdminCrudBundle copied to clipboard
[Insight] Missing use statement should be avoided - in Controller/BackendController.php, line 60
in Controller/BackendController.php, line 60
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?
}
$em->flush();
$res = true;
} catch (Exception $e) {
$res = false;
}
} else {
$res = false;
}
Posted from SensioLabsInsight