Import File facade in UpdateCommand

Added use statement for File facade.
This commit is contained in:
Matthias Wirtz
2026-03-24 08:03:53 +01:00
committed by GitHub
parent 254ed5ade0
commit 71303a1050

View File

@@ -4,6 +4,7 @@ namespace App\Console\Commands;
use App\Space\Updater;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\File;
// Implementation taken from Akaunting - https://github.com/akaunting/akaunting
class UpdateCommand extends Command