coolify/app
peaklabs-dev d0562593d6
chore(auth): improve user model
- use property-read instead of property which prevents property assignment e.g. calling 
  ->save() on a model (Larastan will flag it)
- cast all colums explicitly to avoid wired issues between different DB types
2026-02-24 19:08:16 +01:00
..
Actions chore(setup): add new folder structure 2025-11-30 16:50:04 +01:00
Concerns chore(setup): add new folder structure 2025-11-30 16:50:04 +01:00
Console/Commands chore(setup): add new folder structure 2025-11-30 16:50:04 +01:00
Enums feat(jobs): add ProcessingQueue enum 2025-12-16 17:08:59 +01:00
Events chore(setup): add new folder structure 2025-11-30 16:50:04 +01:00
Http chore(setup): add new folder structure 2025-11-30 16:50:04 +01:00
Jobs chore(setup): add new folder structure 2025-11-30 16:50:04 +01:00
Models chore(auth): improve user model 2026-02-24 19:08:16 +01:00
Notifications chore(setup): add new folder structure 2025-11-30 16:50:04 +01:00
Policies chore(setup): add new folder structure 2025-11-30 16:50:04 +01:00
Providers chore(jobs): disable queue interruption polling to improve performance 2025-12-16 17:08:59 +01:00
Queries chore(setup): add new folder structure 2025-11-30 16:50:04 +01:00
Services chore(setup): add new folder structure 2025-11-30 16:50:04 +01:00