Skip to content

Commit

Permalink
Move View/Widget/IdGeneratorTrait to View/Helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Mar 10, 2014
1 parent 825eab3 commit 17bcaf3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/View/Helper/FormHelper.php
Expand Up @@ -26,10 +26,10 @@
use Cake\View\Form\EntityContext;
use Cake\View\Form\NullContext;
use Cake\View\Helper;
use Cake\View\Helper\IdGeneratorTrait;
use Cake\View\Helper\StringTemplateTrait;
use Cake\View\StringTemplate;
use Cake\View\View;
use Cake\View\Widget\IdGeneratorTrait;
use Cake\View\Widget\WidgetRegistry;
use DateTime;
use Traversable;
Expand Down
Expand Up @@ -12,7 +12,7 @@
* @since CakePHP(tm) v3.0
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
namespace Cake\View\Widget;
namespace Cake\View\Helper;

use Cake\Utility\Inflector;

Expand Down
2 changes: 1 addition & 1 deletion src/View/Widget/MultiCheckbox.php
Expand Up @@ -14,7 +14,7 @@
*/
namespace Cake\View\Widget;

use Cake\View\Widget\IdGeneratorTrait;
use Cake\View\Helper\IdGeneratorTrait;
use Cake\View\Widget\WidgetInterface;

/**
Expand Down
2 changes: 1 addition & 1 deletion src/View/Widget/Radio.php
Expand Up @@ -14,7 +14,7 @@
*/
namespace Cake\View\Widget;

use Cake\View\Widget\IdGeneratorTrait;
use Cake\View\Helper\IdGeneratorTrait;
use Cake\View\Widget\WidgetInterface;
use Traversable;

Expand Down

0 comments on commit 17bcaf3

Please sign in to comment.