Ver código fonte

Merge branch 'develop' of https://gitea.laclic.fr/Laclic/CaracoleSkeleton into develop

feature/ticket
Fab 3 anos atrás
pai
commit
1ec461102a
2 arquivos alterados com 6 adições e 1 exclusões
  1. +1
    -1
      config/packages/lc_sov.yaml
  2. +5
    -0
      src/Entity/Site/Page.php

+ 1
- 1
config/packages/lc_sov.yaml Ver arquivo

# see https://symfony.com/doc/current/reference/configuration/framework.html # see https://symfony.com/doc/current/reference/configuration/framework.html
lc_sov: lc_sov:
homepage_route: 'home'
homepage_route: 'app_homepage'

+ 5
- 0
src/Entity/Site/Page.php Ver arquivo

$this->gallery = new ArrayCollection(); $this->gallery = new ArrayCollection();
} }


public function __toString()
{
return $this->getTitle() ;
}

public function getId(): ?int public function getId(): ?int
{ {
return $this->id; return $this->id;

Carregando…
Cancelar
Salvar