Skip to content

Commit

Permalink
Remove CellTrait from controller.
Browse files Browse the repository at this point in the history
Since it isn't going to be used frequently from controllers, freeing up
the cell() method is useful and currently contentious. If we find
ourselves using cells in controllers frequently we can always re-include
the trait.

Refs #3487
  • Loading branch information
markstory committed May 16, 2014
1 parent 2946cc3 commit 0e90bbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Controller/Controller.php
Expand Up @@ -30,7 +30,6 @@
use Cake\Routing\Router;
use Cake\Utility\Inflector;
use Cake\Utility\MergeVariablesTrait;
use Cake\View\CellTrait;
use Cake\View\View;
use Cake\View\ViewVarsTrait;

Expand Down Expand Up @@ -79,7 +78,6 @@
*/
class Controller implements EventListener {

use CellTrait;
use LogTrait;
use MergeVariablesTrait;
use ModelAwareTrait;
Expand Down

0 comments on commit 0e90bbf

Please sign in to comment.