Skip to content

Commit

Permalink
Fix import.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 25, 2012
1 parent f66b9c2 commit 83afcb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App/Config/routes.php
Expand Up @@ -17,11 +17,11 @@
* @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package app.Config
* @since CakePHP(tm) v 0.2.9
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
namespace App\Config;

use Cake\Core\Configure;
use Cake\Core\Plugin;
use Cake\Routing\Router;

Expand All @@ -41,7 +41,7 @@
* `App\Controller\Manager` and `/manager/controller/index`
*
*/
//Configure::write('Routing.prefixes', array('admin'));
// Configure::write('Routing.prefixes', array('admin'));

/**
* Here, we are connecting '/' (base path) to controller called 'Pages',
Expand Down

0 comments on commit 83afcb1

Please sign in to comment.