remove dashboard action from the core

This commit is contained in:
Simon Vieille 2022-05-13 22:27:21 +02:00
parent fda4ed5175
commit 70a01a2be3
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 0 additions and 9 deletions

View File

@ -11,15 +11,6 @@ use Symfony\Component\Routing\Annotation\Route;
*/
class DashboardAdminController extends AdminController
{
/**
* @Route("/", name="admin_dashboard_index")
*/
public function index(): Response
{
return $this->render('@Core/dashboard/index.html.twig', [
]);
}
protected function getSection(): string
{
return 'dashboard';