Delete vendor/symfony/translation/TranslatorInterface.php in upgrader

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-05-17 19:11:03 -07:00
parent 3e34027ae0
commit 105750bfde

View file

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