@@ -8,18 +8,18 @@ |
||
8 | 8 | * |
9 | 9 | * @var array |
10 | 10 | */ |
11 | - public $helpers = array( |
|
12 | - 'Html', |
|
13 | - 'Form' |
|
14 | - ); |
|
11 | + public $helpers = array( |
|
12 | + 'Html', |
|
13 | + 'Form' |
|
14 | + ); |
|
15 | 15 | |
16 | 16 | /** |
17 | 17 | * Components to use in this Controller |
18 | 18 | * |
19 | 19 | * @var array |
20 | 20 | */ |
21 | - public $components = array( |
|
22 | - 'Session', |
|
23 | - 'Gcm.Gcm' |
|
24 | - ); |
|
21 | + public $components = array( |
|
22 | + 'Session', |
|
23 | + 'Gcm.Gcm' |
|
24 | + ); |
|
25 | 25 | } |