mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 12:29:43 +00:00
refactor: improve property checks
- use ClassUtils for real class name resolution in ActivityType
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user