Skip to content

Commit

Permalink
Merge pull request #370 from cakephp/issue-11326
Browse files Browse the repository at this point in the history
Move CommonOptionsTrait.
  • Loading branch information
markstory authored Oct 14, 2017
2 parents 70a191e + c21b1a2 commit 1457d59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Shell/BakeShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
*/
namespace Bake\Shell;

use Bake\Utility\CommonOptionsTrait;
use Cake\Cache\Cache;
use Cake\Console\Shell;
use Cake\Core\Configure;
Expand Down
2 changes: 1 addition & 1 deletion src/Shell/Task/BakeTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
namespace Bake\Shell\Task;

use Bake\Shell\CommonOptionsTrait;
use Bake\Utility\CommonOptionsTrait;
use Cake\Cache\Cache;
use Cake\Console\Shell;
use Cake\Core\Configure;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @since 1.4.3
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
namespace Bake\Shell;
namespace Bake\Utility;

use Cake\Core\Configure;
use Cake\Core\Plugin;
Expand Down

0 comments on commit 1457d59

Please sign in to comment.