Files
sam-manage/app/Services
kent cfb6b3edc2 fix(menu): Tenant 모델의 active() 스코프 사용으로 수정
- Tenant::where('is_active', true) → Tenant::active()
- tenants 테이블에 is_active 컬럼이 없어 발생한 SQL 오류 수정

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 23:14:21 +09:00
..