mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-07 15:58:19 +01:00
Fixed some inspection issues.
This commit is contained in:
@@ -205,7 +205,6 @@ abstract class BaseAdminController extends AbstractController
|
||||
|
||||
//Show errors to user:
|
||||
foreach ($errors as $error) {
|
||||
dump($error);
|
||||
$this->addFlash('error', $error['entity']->getFullPath().':'.$error['violations']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user