소스 검색

Correctifs divers

feature/ticket
Guillaume 3 년 전
부모
커밋
214e3bf002
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      config/packages/lc_sov.yaml
  2. +5
    -0
      src/Entity/Site/Page.php

+ 1
- 1
config/packages/lc_sov.yaml 파일 보기

@@ -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 파일 보기

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

Loading…
취소
저장