Skip to content

Commit

Permalink
correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mhfereydouni committed May 15, 2023
1 parent 03eaa6c commit 706418f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ composer require mhfereydouni/laravel-rabbitmq-communication
Then you should publish the package config with running this command:

```bash
php artisan vendor:publish --tag="laravel-fluent-rabbitmq-config"
php artisan vendor:publish --tag="laravel-rabbitmq-communication-config"
```

This is the contents of the published config file:
Expand Down
2 changes: 1 addition & 1 deletion src/RabbitMQServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ public function boot()

$this->publishes([
__DIR__ . '/../config/rabbitmq.php' => config_path('rabbitmq.php'),
], 'laravel-fluent-rabbitmq-config');
], 'laravel-rabbitmq-communication-config');
}
}

0 comments on commit 706418f

Please sign in to comment.