1 | <?php |
||
14 | class SettingRepository extends ServiceEntityRepository |
||
15 | { |
||
16 | /** |
||
17 | * SettingRepository constructor. |
||
18 | * |
||
19 | * @param RegistryInterface $registry |
||
20 | */ |
||
21 | public function __construct(RegistryInterface $registry) |
||
25 | |||
26 | /** |
||
27 | * @param string $code |
||
28 | * |
||
29 | * @return mixed |
||
30 | */ |
||
31 | public function getOneByCode(string $code) |
||
40 | } |
||
41 |