maj ninegate
Some checks failed
Cadoles/nineskeletor/pipeline/head There was a failure building this commit

This commit is contained in:
2023-01-10 11:47:07 +01:00
parent 88cfeae266
commit 09bd5e9e65
3 changed files with 26 additions and 16 deletions

View File

@ -16,6 +16,8 @@ class HomeController extends AbstractController
}
$em->getRepository("App\Entity\Item")->getUserItems($this->getUser(),$bookmarks,$items,$itemscategorys);
dump($items);
dump($itemscategorys);
return $this->render('Home/page.html.twig', [
'useheader' => true,
'usemenu' => false,