style: Pint 포맷팅 적용
This commit is contained in:
@@ -25,7 +25,7 @@ public function show(): JsonResponse
|
||||
// 바로빌 회원사 정보 조회 (담당자 정보 기본값용)
|
||||
$barobillMember = BarobillMember::where('tenant_id', $tenantId)->first();
|
||||
|
||||
if (!$setting) {
|
||||
if (! $setting) {
|
||||
// 설정이 없으면 바로빌 회원사 정보를 기본값으로 사용
|
||||
return response()->json([
|
||||
'success' => true,
|
||||
@@ -158,7 +158,7 @@ public function checkService(string $service): JsonResponse
|
||||
|
||||
$setting = BarobillSetting::where('tenant_id', $tenantId)->first();
|
||||
|
||||
if (!$setting) {
|
||||
if (! $setting) {
|
||||
return response()->json([
|
||||
'success' => true,
|
||||
'enabled' => false,
|
||||
|
||||
Reference in New Issue
Block a user