mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
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:
commit
2b3a1ee120
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue