X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/f06edf250b19e693fabb3ffccab8b73a19765201..d2c71fec4206c2cfe73bc97d6693b5ad0caf428b:/Repository/SessionRepository.php

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')