Skip to content

Commit

Permalink
Fix autoload-static conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Feb 3, 2026
1 parent 7630ad3 commit 71ae2b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,20 +205,15 @@ class ComposerStaticInitb25f76eec921984aa94dcf4015a4846e
array (
0 => __DIR__ . '/..' . '/twig/twig/src',
),
<<<<<<< HEAD
'TermsAgreer\\' =>
array (
0 => __DIR__ . '/../..' . '/plugins/TermsAgreer/src',
),
'Symfony\\Polyfill\\Php81\\' =>
=======
'Transmogrify\\' =>
array (
0 => __DIR__ . '/../..' . '/plugins/Transmogrify/src',
1 => __DIR__ . '/../..' . '/plugins/Transmogrify/src',
),
'Symfony\\Polyfill\\Php81\\' =>
>>>>>>> b8f82705 (add autoload requirements)
array (
0 => __DIR__ . '/..' . '/symfony/polyfill-php81',
),
Expand Down

0 comments on commit 71ae2b0

Please sign in to comment.