Skip to content

Commit

Permalink
Small cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 3, 2014
1 parent 82ffacc commit 479efb8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Console/Command/Task/ControllerTask.php
Expand Up @@ -18,7 +18,6 @@
use Cake\Core\App;
use Cake\Core\Configure;
use Cake\ORM\TableRegistry;
use Cake\Utility\ClassRegistry;
use Cake\Utility\Inflector;

/**
Expand All @@ -34,13 +33,6 @@ class ControllerTask extends BakeTask {
*/
public $tasks = ['Model', 'Test', 'Template'];

/**
* path to Controller directory
*
* @var array
*/
public $path = null;

/**
* Override initialize
*
Expand Down

0 comments on commit 479efb8

Please sign in to comment.