We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d651d9f commit 18e1f05Copy full SHA for 18e1f05
1 file changed
Controller/HomeController.php
@@ -1,8 +1,6 @@
1
<?php
2
class HomeController extends AppController {
3
4
- public $components = array('Connect', 'Configuration');
5
-
6
public function index() {
7
$this->set('title_for_layout',"Support");
8
$this->layout = $this->Configuration->getKey('layout');
0 commit comments