Skip to content

Commit

Permalink
Removed: Registering its own service provider. no need after adding e…
Browse files Browse the repository at this point in the history
…xtra step in composer
  • Loading branch information
jsaround committed Oct 8, 2023
1 parent b6555c6 commit c98e686
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class ServiceProvider extends BaseServiceProvider
*/
public function register(): void
{
$this->app->register(ServiceProvider::class);
}

/**
Expand Down

0 comments on commit c98e686

Please sign in to comment.