mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Added trailing comma per convention
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
105750bfde
commit
d316a3f044
|
@ -181,7 +181,7 @@ $unused_files = [
|
|||
"bootstrap/cache/compiled.php",
|
||||
"bootstrap/cache/services.php",
|
||||
"bootstrap/cache/config.php",
|
||||
"vendor/symfony/translation/TranslatorInterface.php"
|
||||
"vendor/symfony/translation/TranslatorInterface.php",
|
||||
];
|
||||
|
||||
foreach ($unused_files as $unused_file) {
|
||||
|
|
Loading…
Reference in a new issue