AbstractController.class.php 226 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?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 { }