Skip to content

Commit

Permalink
LP-240 typo fixed on country table
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Mar 3, 2024
1 parent 5501d89 commit 1ffd49d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@
"extra": {
"laravel": {
"providers": [
"Fintech\\Chat\\ChatServiceProvider",
"Fintech\\Chat\\RepositoryServiceProvider",
"Fintech\\Chat\\RouteServiceProvider"
"Fintech\\Chat\\ChatServiceProvider"
],
"aliases": {
"Chat": "Fintech\\Chat\\Facades\\Chat"
Expand Down
3 changes: 3 additions & 0 deletions src/ChatServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ public function register()
$this->mergeConfigFrom(
__DIR__.'/../config/chat.php', 'fintech.chat'
);

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

/**
Expand Down

0 comments on commit 1ffd49d

Please sign in to comment.