up.
This commit is contained in:
parent
b4df42f82f
commit
3539555fe8
10
app/controller/admin/system/UserClientController.php
Normal file
10
app/controller/admin/system/UserClientController.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace app\controller\admin\system;
|
||||||
|
|
||||||
|
use app\BaseController;
|
||||||
|
|
||||||
|
class UserClientController extends BaseController
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
10
app/controller/admin/system/UserClientLogController.php
Normal file
10
app/controller/admin/system/UserClientLogController.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace app\controller\admin\system;
|
||||||
|
|
||||||
|
use app\BaseController;
|
||||||
|
|
||||||
|
class UserClientLogController extends BaseController
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user