Explorar el Código

getReminders array()

develop
Charly hace 3 años
padre
commit
2d4e5f8f07
Se han modificado 2 ficheros con 3 adiciones y 5 borrados
  1. +1
    -0
      Controller/Dashboard/DashboardAdminController.php
  2. +2
    -5
      Twig/StoreTwigExtension.php

+ 1
- 0
Controller/Dashboard/DashboardAdminController.php Ver fichero

@@ -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');

+ 2
- 5
Twig/StoreTwigExtension.php Ver fichero

@@ -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();
}

}

Cargando…
Cancelar
Guardar