Skip to content

Commit

Permalink
composer json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Feb 29, 2024
1 parent d013015 commit 9b1fa61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
"extra": {
"laravel": {
"providers": [
"Fintech\\Remit\\EventServiceProvider",
"Fintech\\Remit\\RepositoryServiceProvider",
"Fintech\\Remit\\RouteServiceProvider",
"Fintech\\Remit\\RemitServiceProvider"
],
"aliases": {
Expand Down
4 changes: 0 additions & 4 deletions src/RemitServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ public function register()
$this->mergeConfigFrom(
__DIR__.'/../config/remit.php', 'fintech.remit'
);

$this->app->register(RouteServiceProvider::class);
$this->app->register(RepositoryServiceProvider::class);
$this->app->register(EventServiceProvider::class);
}

/**
Expand Down

0 comments on commit 9b1fa61

Please sign in to comment.