Skip to content

Commit

Permalink
Remove extra code from the service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
imanghafoori1 committed Oct 10, 2023
1 parent f7dc4a2 commit 71581e6
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
use Illuminate\Support\ServiceProvider;

class LaravelLogViewerServiceProvider extends ServiceProvider {

/**
* Indicates if loading of the provider is deferred.
*
* @var bool
*/
protected $defer = false;

/**
* Bootstrap the application events.
*
Expand Down Expand Up @@ -47,16 +39,6 @@ public function register()
//
}

/**
* Get the services provided by the provider.
*
* @return array
*/
public function provides()
{
return array();
}

/**
* Get the configuration path.
*
Expand Down

0 comments on commit 71581e6

Please sign in to comment.