mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-08 00:08:08 +01:00
Fixed some inspection issues.
This commit is contained in:
@@ -53,6 +53,6 @@ class DebugController extends AbstractController
|
||||
|
||||
$this->addFlash('testkjfd', 'Blabla. This message type should be not know to template!');
|
||||
|
||||
return $this->render("base.html.twig");
|
||||
return $this->render('base.html.twig');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user