Merge pull request #581 from swiffer/master

Import File facade in UpdateCommand
This commit is contained in:
mchev
2026-03-24 12:26:00 +01:00
committed by GitHub

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