Skip to content

Commit

Permalink
Use full facade namespace
Browse files Browse the repository at this point in the history
Use full facade namespace to fix issue #7
  • Loading branch information
freekmurze committed Mar 6, 2015
1 parent 5b37bc0 commit 6b555ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/BackupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use Illuminate\Console\Command;
use Spatie\Backup\BackupHandlers\Database\DatabaseBackupHandler;
use Spatie\Backup\BackupHandlers\Files\FilesBackupHandler;
use Storage;
use Illuminate\Support\Facades\Storage;
use ZipArchive;

class BackupCommand extends Command
Expand Down

0 comments on commit 6b555ff

Please sign in to comment.