AbstractController.class.php 221 Bytes
<?php
/**
 * Created by PhpStorm.
 * User: zhonglei
 * Date: 17/6/12
 * Time: 19:31
 */
namespace Frontend\Controller\Install;

abstract class AbstractController extends \Common\Controller\Frontend\AbstractController
{
}