mirror of
https://github.com/tiennm99/coolify.git
synced 2026-06-21 23:42:56 +00:00
1497ad35a9
Update property access in database components and Application model to use snake_case conventions (common_name, subject_alternative_names) for Eloquent attributes. Also add null-safe operators (?->) for settings access in Application model to handle null values safely.