FabRiviere / Livre_Or_Symfony

Développement du projet concernant un livre d'or sur les conférences. Projet du livre Symfony 6.
0 stars 0 forks source link

Tri des conférences par année et par ville #21

Closed FabRiviere closed 1 year ago

FabRiviere commented 1 year ago
FabRiviere commented 1 year ago
public function findAll(): array
    {
        return $this->findBy([], ['year' => 'ASC', 'city' => 'ASC']);
    }