AbstractController.class.php 226 Bytes
<?php
/**
 * Created by PhpStorm.
 * User: zhoutao
 * Date: 16/8/9
 * Time: 上午10:44
 */
namespace Api\Controller\Integral;

use \Common\Controller\Api;

abstract class AbstractController extends Api\AbstractController
{
}