westdc-core/Westdc/Service/ServiceAgent/Auth.php

15 lines
210 B
PHP
Raw Normal View History

<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2014/11/4
* Time: 12:15
*/
namespace Westdc\Service\ServiceAgent;
use Westdc\Helpers\Auth as AuthHelper;
class Auth extends AuthHelper{
}