Commit 46dc1d47 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Commit ... bis

parent 12129b4e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1448,7 +1448,6 @@ class These implements HistoriqueAwareInterface, ResourceInterface
     */
    public function getPresidentJuryEmail() : ?string
    {
        $emails = [];
        /** @var Acteur[] $membres */
        $president = $this->getActeursByRoleCode(Role::CODE_PRESIDENT_JURY)->toArray();
        if (empty($president)) throw new \RuntimeException("Pas de président ...");