mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-10-09 17:02:47 +02:00
restore more templates in dashboard
This commit is contained in:
parent
e9d896d4a7
commit
cd4b678002
5 changed files with 61 additions and 10 deletions
|
@ -111,7 +111,7 @@ final class DefaultController extends AbstractController
|
|||
$user = $this->getUser();
|
||||
// $products = $this->getUser()->getProducts();
|
||||
return $this->json([
|
||||
'categories' => $user->getGroupOfProducts(),
|
||||
'categories' => $user->getGroupOfProducts(),
|
||||
'products' => $user->getProducts(),
|
||||
// mock land
|
||||
'lastFestival' => ['id'=>1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue