From f4442f80a5fd479a2d851ea5284fbe7f8f691cec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sat, 28 Aug 2021 11:00:37 +0200 Subject: [PATCH] Retrieve hat from snippet --- Repository/SessionRepository.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Repository/SessionRepository.php b/Repository/SessionRepository.php index 2cb2b26..dd89a98 100644 --- a/Repository/SessionRepository.php +++ b/Repository/SessionRepository.php @@ -195,6 +195,7 @@ SELECT p.description AS p_description, p.class AS p_class, p.short AS p_short, + p.hat AS p_hat, p.rate AS p_rate, p.contact AS p_contact, p.donate AS p_donate, @@ -243,6 +244,7 @@ SQL; ->addScalarResult('p_description', 'p_description', 'string') ->addScalarResult('p_class', 'p_class', 'string') ->addScalarResult('p_short', 'p_short', 'string') + ->addScalarResult('p_hat', 'p_hat', 'integer') ->addScalarResult('p_rate', 'p_rate', 'integer') ->addScalarResult('p_contact', 'p_contact', 'string') ->addScalarResult('p_donate', 'p_donate', 'string') -- 2.41.0