mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 03:04:05 +00:00
Merge pull request #581 from swiffer/master
Import File facade in UpdateCommand
This commit is contained in:
@@ -4,6 +4,7 @@ namespace App\Console\Commands;
|
|||||||
|
|
||||||
use App\Space\Updater;
|
use App\Space\Updater;
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
use Illuminate\Support\Facades\File;
|
||||||
|
|
||||||
// Implementation taken from Akaunting - https://github.com/akaunting/akaunting
|
// Implementation taken from Akaunting - https://github.com/akaunting/akaunting
|
||||||
class UpdateCommand extends Command
|
class UpdateCommand extends Command
|
||||||
|
|||||||
Reference in New Issue
Block a user