create BaseAdminController
This commit is contained in:
@@ -5,8 +5,7 @@
|
|||||||
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
|
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
|
||||||
|
|
||||||
<route id="home" path="/install" >
|
<route id="home" path="/install" >
|
||||||
<default key="_controller">Thelia\Controller\Front\DefaultController::noAction</default>
|
<default key="_controller">Thelia\Controller\Install\InstallController::index</default>
|
||||||
<default key="_view">index</default>
|
|
||||||
</route>
|
</route>
|
||||||
|
|
||||||
</routes>
|
</routes>
|
||||||
|
|||||||
@@ -22,14 +22,13 @@
|
|||||||
/*************************************************************************************/
|
/*************************************************************************************/
|
||||||
|
|
||||||
namespace Thelia\Controller\Install;
|
namespace Thelia\Controller\Install;
|
||||||
use Thelia\Controller\BaseController;
|
use Thelia\Install\BaseInstall;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class InstallController
|
* Class InstallController
|
||||||
* @package Thelia\Controller\Install
|
* @package Thelia\Controller\Install
|
||||||
* @author Manuel Raynaud <mraynaud@openstudio.fr>
|
* @author Manuel Raynaud <mraynaud@openstudio.fr>
|
||||||
*/
|
*/
|
||||||
class InstallController extends BaseController {
|
class InstallController extends BaseInstallController {
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user