create BaseAdminController

This commit is contained in:
Manuel Raynaud
2013-09-02 17:12:30 +02:00
parent ac5c6b9f5a
commit 39d17fe30d
2 changed files with 3 additions and 5 deletions

View File

@@ -22,14 +22,13 @@
/*************************************************************************************/
namespace Thelia\Controller\Install;
use Thelia\Controller\BaseController;
use Thelia\Install\BaseInstall;
/**
* Class InstallController
* @package Thelia\Controller\Install
* @author Manuel Raynaud <mraynaud@openstudio.fr>
*/
class InstallController extends BaseController {
class InstallController extends BaseInstallController {
}