Closed salteax closed 1 year ago
This pull request fixes the compatibility with contao version 4.9 caused by the use of the function 'getDefaultTokenValue()' which is only available in contao versions more recent than version 4.9.
Fixes #63
What about this PR? I also stuck into problem #63 today 😞 For now I added a conflict to my composer.json
composer.json
"conflict": { "terminal42/contao-easy_themes": "3.1.1" },
This pull request fixes the compatibility with contao version 4.9 caused by the use of the function 'getDefaultTokenValue()' which is only available in contao versions more recent than version 4.9.