Pārlūkot izejas kodu

Correctifs divers

feature/ticket
Guillaume pirms 3 gadiem
vecāks
revīzija
214e3bf002
2 mainītis faili ar 6 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      config/packages/lc_sov.yaml
  2. +5
    -0
      src/Entity/Site/Page.php

+ 1
- 1
config/packages/lc_sov.yaml Parādīt failu

@@ -1,3 +1,3 @@
# see https://symfony.com/doc/current/reference/configuration/framework.html
lc_sov:
homepage_route: 'home'
homepage_route: 'app_homepage'

+ 5
- 0
src/Entity/Site/Page.php Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt