Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class Home extends \Core\AdminController |
||
10 | { |
||
11 | protected $siteConfig; |
||
12 | |||
13 | public function __construct(Container $container) |
||
14 | { |
||
15 | $this->loadModules[] = 'SiteConfig'; |
||
16 | parent::__construct($container); |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * The front page of the admin section |
||
21 | * @throws \ReflectionException |
||
22 | * @throws \Twig_Error_Loader |
||
23 | * @throws \Twig_Error_Runtime |
||
24 | * @throws \Twig_Error_Syntax |
||
25 | */ |
||
26 | public function index() |
||
34 | |||
35 | } |
||
36 | } |