feat: QuoteApi Swagger 추가 및 서비스 수정

- QuoteApi: 견적 API Swagger 문서 추가
- Board 모델, GlobalMenuService, MenuSyncService 오류 수정
This commit is contained in:
2025-12-09 09:39:41 +09:00
parent bf92b37ff6
commit c4a4f85e63
4 changed files with 72 additions and 3 deletions

View File

@@ -421,4 +421,4 @@ private function updateFromGlobal(Menu $tenantMenu, Menu $globalMenu, int $userI
return $tenantMenu->fresh();
}
}
}