Skip to content

Commit

Permalink
remove uneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
pxpm committed May 24, 2024
1 parent b0b8be7 commit 050ec86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
3 changes: 1 addition & 2 deletions src/FileManagerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Backpack\FileManager;

use Backpack\Basset\Facades\Basset;
use Illuminate\Routing\Router;
use Illuminate\Support\Facades\Config;
use Illuminate\Support\ServiceProvider;

Expand All @@ -18,7 +17,7 @@ class FileManagerServiceProvider extends ServiceProvider
*
* @return void
*/
public function boot(Router $router)
public function boot()
{
// Publishing is only necessary when using the CLI.
if ($this->app->runningInConsole()) {
Expand Down
13 changes: 0 additions & 13 deletions src/Http/Controllers/BackpackElfinderController.php

This file was deleted.

0 comments on commit 050ec86

Please sign in to comment.