AbstractController.class.php 198 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 <?php /** * Created by PhpStorm. * author:tony * time:2016-12-20 11:25:55 */ namespace Apicp\Controller\Ssaf; abstract class AbstractController extends \Apicp\Controller\AbstractController { }