Skip to content

Commit

Permalink
remit service provider issue testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Apr 20, 2024
1 parent 7462701 commit f7019b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/RemitServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ public function register()
$this->mergeConfigFrom(
__DIR__.'/../config/remit.php', 'fintech.remit'
);

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

/**
Expand Down

0 comments on commit f7019b1

Please sign in to comment.