trypost/app/Enums/Workspace
Paulo Castellano c9209cb2a9 Replace the boolean isRtl() with a direction() accessor on ContentLanguage
isRtl() existed only to be mapped to an 'rtl'/'ltr' string in SetLocale, so the
boolean was the redundant concept. direction() returns the string the one caller
needs, which drops the null-safe-plus-nested-ternary from the middleware and lets
it resolve the language once with an explicit DEFAULT fallback.
2026-07-03 18:57:09 -03:00
..
BrandFont.php feat: replace legacy AI assistant with modular post content generation, review, and template management system 2026-05-03 09:36:50 -03:00
BrandVoiceTrait.php Structure brand voice and make generated copy platform-aware 2026-06-12 17:09:39 -03:00
ContentLanguage.php Replace the boolean isRtl() with a direction() accessor on ContentLanguage 2026-07-03 18:57:09 -03:00
ImageStyle.php feat: AI image generation pipeline and post creation overhaul 2026-05-08 13:38:30 -03:00