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

View file

@ -11,15 +11,6 @@ use Symfony\Component\Routing\Annotation\Route;
*/ */
class DashboardAdminController extends AdminController 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 protected function getSection(): string
{ {
return 'dashboard'; return 'dashboard';