Skip to content

Commit 18e1f05

Browse files
committed
Fixs sur les components load
1 parent d651d9f commit 18e1f05

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Controller/HomeController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?php
22
class HomeController extends AppController {
33

4-
public $components = array('Connect', 'Configuration');
5-
64
public function index() {
75
$this->set('title_for_layout',"Support");
86
$this->layout = $this->Configuration->getKey('layout');

0 commit comments

Comments
 (0)