@@ -1,3 +1,3 @@ | |||
# see https://symfony.com/doc/current/reference/configuration/framework.html | |||
lc_sov: | |||
homepage_route: 'home' | |||
homepage_route: 'app_homepage' |
@@ -37,6 +37,11 @@ class Page extends AbstractFullEntity | |||
$this->gallery = new ArrayCollection(); | |||
} | |||
public function __toString() | |||
{ | |||
return $this->getTitle() ; | |||
} | |||
public function getId(): ?int | |||
{ | |||
return $this->id; |