登录注册功能
This commit is contained in:
10
app/Service/UserService.php
Normal file
10
app/Service/UserService.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Service;
|
||||
|
||||
use App\BaseApp\BaseService;
|
||||
|
||||
class UserService extends BaseService
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user