remove route base in dashboard controller

This commit is contained in:
Simon Vieille 2022-05-14 10:51:36 +02:00
parent 3e1b674985
commit 7eaf77cb9b
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -6,9 +6,6 @@ use App\Core\Controller\Admin\AdminController;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Annotation\Route;
/**
* @Route("/admin")
*/
class DashboardAdminController extends AdminController
{
protected function getSection(): string