add ConfigService for fix conflicting service name of Config

This commit is contained in:
Jianxuan Li 2014-12-14 21:04:20 +08:00
parent 2a6b46f868
commit cc998bc5de
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?php
/**
* Created by PhpStorm.
* User: liujin834
* Date: 14/12/14
* Time: 下午8:51
*/
namespace Westdc\Service\ServiceAgent;
class ConfigService extends Config{
}