Skip to content

Commit

Permalink
Merge pull request #127 from Laravel-Backpack/fk-use-the-facade
Browse files Browse the repository at this point in the history
use the facade
  • Loading branch information
pxpm authored Mar 29, 2024
2 parents 567f120 + 5665404 commit 1609632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Http/Controllers/BackupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

use Carbon\Carbon;
use Exception;
use Illuminate\Http\Request;
use Illuminate\Routing\Controller;
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\Log;
use Illuminate\Support\Facades\Request;
use Illuminate\Support\Facades\Storage;
use League\Flysystem\Local\LocalFilesystemAdapter;

Expand Down

0 comments on commit 1609632

Please sign in to comment.