79244060

Date: 2024-12-02 12:25:32
Score: 2.5
Natty:
Report link

Modify your extension’s composer.json to disable the alias loader in your extension's context:

"config": { "allow-plugins": { "typo3/class-alias-loader": false } }

After making this change, run:

composer dump-autoload

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Chanyss921