File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace Backpack \FileManager \Console \Commands ;
4
4
5
- use Artisan ;
6
- use Illuminate \Console \Command ;
7
- use Symfony \Component \Process \Exception \ProcessFailedException ;
8
- use Symfony \Component \Process \Process ;
9
5
use Backpack \CRUD \app \Console \Commands \Traits \PrettyCommandOutput ;
6
+ use Illuminate \Console \Command ;
10
7
11
8
class Install extends Command
12
9
{
Original file line number Diff line number Diff line change 2
2
3
3
namespace Backpack \FileManager ;
4
4
5
- use Illuminate \Support \ServiceProvider ;
6
5
use Illuminate \Support \Facades \Config ;
6
+ use Illuminate \Support \ServiceProvider ;
7
7
8
8
class FileManagerServiceProvider extends ServiceProvider
9
9
{
@@ -26,7 +26,7 @@ public function boot()
26
26
$ this ->bootForConsole ();
27
27
}
28
28
}
29
-
29
+
30
30
/**
31
31
* Console-specific booting.
32
32
*
You can’t perform that action at this time.
0 commit comments