AbstractController.class.php 198 Bytes
<?php
/**
 * Created by PhpStorm.
 * author:tony
 * time:2016-12-20 11:25:55
 */
namespace Apicp\Controller\Ssaf;

abstract class AbstractController extends \Apicp\Controller\AbstractController
{
}