fix : User 모델 경로 오류로 인해 User 모델만 밖으로 이동
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace App\Services;
|
||||
|
||||
use App\Helpers\ApiResponse;
|
||||
use App\Models\Members\User;
|
||||
use App\Models\User;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
class MemberService
|
||||
|
||||
Reference in New Issue
Block a user