Skip to content

Commit bdf6ca1

Browse files
committed
Merge branch 'master' of github.com:Laravel-Backpack/FileManager
2 parents 43925df + 939c289 commit bdf6ca1

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/Console/Commands/Install.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22

33
namespace Backpack\FileManager\Console\Commands;
44

5-
use Artisan;
6-
use Illuminate\Console\Command;
7-
use Symfony\Component\Process\Exception\ProcessFailedException;
8-
use Symfony\Component\Process\Process;
95
use Backpack\CRUD\app\Console\Commands\Traits\PrettyCommandOutput;
6+
use Illuminate\Console\Command;
107

118
class Install extends Command
129
{

src/FileManagerServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Backpack\FileManager;
44

5-
use Illuminate\Support\ServiceProvider;
65
use Illuminate\Support\Facades\Config;
6+
use Illuminate\Support\ServiceProvider;
77

88
class FileManagerServiceProvider extends ServiceProvider
99
{
@@ -26,7 +26,7 @@ public function boot()
2626
$this->bootForConsole();
2727
}
2828
}
29-
29+
3030
/**
3131
* Console-specific booting.
3232
*

0 commit comments

Comments
 (0)