refactor: improve property checks

- use ClassUtils for real class name resolution in ActivityType
This commit is contained in:
2025-08-05 09:03:53 +02:00
parent 490d546e7a
commit 4c28a4c358
2 changed files with 6 additions and 5 deletions

View File

@@ -42,10 +42,8 @@ class TranslatableStringTwig extends AbstractExtension
/**
* Returns the name of the extension.
*
* @return The name of the extension
*/
public function getName()
public function getName(): string
{
return 'chill_main_localize';
}