add ConfigService for fix conflicting service name of Config
This commit is contained in:
parent
2a6b46f868
commit
cc998bc5de
|
@ -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{
|
||||
|
||||
}
|
Loading…
Reference in New Issue