Skip to content

Commit 050ec86

Browse files
committed
remove uneeded
1 parent b0b8be7 commit 050ec86

2 files changed

Lines changed: 1 addition & 15 deletions

File tree

src/FileManagerServiceProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Backpack\FileManager;
44

55
use Backpack\Basset\Facades\Basset;
6-
use Illuminate\Routing\Router;
76
use Illuminate\Support\Facades\Config;
87
use Illuminate\Support\ServiceProvider;
98

@@ -18,7 +17,7 @@ class FileManagerServiceProvider extends ServiceProvider
1817
*
1918
* @return void
2019
*/
21-
public function boot(Router $router)
20+
public function boot()
2221
{
2322
// Publishing is only necessary when using the CLI.
2423
if ($this->app->runningInConsole()) {

src/Http/Controllers/BackpackElfinderController.php

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)