Merge pull request #11137 from snipe/fixes/removed_weird_file_in_upgrader

Delete vendor/symfony/translation/TranslatorInterface.php in upgrader
This commit is contained in:
snipe 2022-05-17 19:13:20 -07:00 committed by GitHub
commit 2b3a1ee120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,6 +181,7 @@ $unused_files = [
"bootstrap/cache/compiled.php",
"bootstrap/cache/services.php",
"bootstrap/cache/config.php",
"vendor/symfony/translation/TranslatorInterface.php",
];
foreach ($unused_files as $unused_file) {