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

17 lines
225 B
PHP
Raw Normal View History

<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2014/11/4
* Time: 11:23
*/
namespace Westdc\Service\ServiceAgent;
2014-11-14 10:02:49 +00:00
use Westdc\Member\Account as Westdc_Account;
2014-11-14 10:02:49 +00:00
class Account extends Westdc_Account{
}