初始化
This commit is contained in:
17
addons/IDE.php
Normal file
17
addons/IDE.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace ExAdmin\ui\plugin{
|
||||
/**
|
||||
* @property \addons\webman\ServiceProvider $webman webman核心包
|
||||
*/
|
||||
class Manager{}
|
||||
}
|
||||
|
||||
|
||||
namespace addons\webman{
|
||||
/**
|
||||
* @method \addons\webman\service\Menu menu()
|
||||
* @method \addons\webman\service\Service service() 服务
|
||||
*/
|
||||
class ServiceProvider{}
|
||||
}
|
||||
Reference in New Issue
Block a user