@@ -15,6 +15,7 @@ use Symfony\Component\Routing\Annotation\Route; | |||
class DashboardAdminController extends AbstractDashboardController | |||
{ | |||
public function index(): Response | |||
{ | |||
return $this->render('@LcSov/adminlte/dashboard.html.twig'); |
@@ -35,11 +35,8 @@ class StoreTwigExtension extends AbstractExtension | |||
public function getReminders($params) | |||
{ | |||
return $this->reminderStore->get(array_merge( | |||
[ | |||
'user' => $this->security->getUser() | |||
], $params) | |||
); | |||
//TODO !!!!!! | |||
return array(); | |||
} | |||
} |