trypost/app/Actions/Workspace
Paulo Sérgio Dantas 7dab106f06 fix(workspace): default content_language to the app locale, not 'en'
When a workspace is created without an explicit content_language,
`data_get($data, 'content_language')` returns null, array_filter drops the key,
and the column falls back to its DB default of 'en'. So AI content and
notifications came out in English even when the app was running in another
locale.

Default to `app()->getLocale()` instead, so a new workspace inherits the user's
current language. An explicit content_language still wins.
2026-07-01 13:49:48 -03:00
..
CreateWorkspace.php fix(workspace): default content_language to the app locale, not 'en' 2026-07-01 13:49:48 -03:00
DeleteWorkspace.php refactor(social): address PR review follow-ups 2026-06-25 15:01:23 -03:00