Skip to content

Commit

Permalink
remove ref to JsHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Aug 1, 2014
1 parent 240a858 commit bd0d13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Controller.php
Expand Up @@ -95,7 +95,7 @@ class Controller implements EventListener {
* An array containing the names of helpers this controller uses. The array elements should
* not contain the "Helper" part of the class name.
*
* Example: `public $helpers = array('Html', 'Js', 'Time', 'Ajax');`
* Example: `public $helpers = ['Form', 'Html', 'Time'];`
*
* @var mixed
* @link http://book.cakephp.org/2.0/en/controllers.html#components-helpers-and-uses
Expand Down

0 comments on commit bd0d13c

Please sign in to comment.