Compare commits

...

2 Commits

Author SHA1 Message Date
6c146ac717 Merge branch 'dev'
Some checks failed
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Failing after 0s
2026-02-12 13:37:14 +08:00
cb433035fe docs: 移除 README 尾部多餘空行 2026-02-12 13:37:12 +08:00

View File

@@ -181,4 +181,3 @@ docker compose down
- **多租戶**:
- 中央邏輯 (Landlord) 與租戶邏輯 (Tenant) 分離。
- 租戶路由定義於 `routes/tenant.php` (但在本專案架構中,大部分路由在 `web.php` 並透過 Middleware 判斷環境)。