Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
repl6669 committed Oct 24, 2023
1 parent 0af67bc commit 5d825d1
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 @@ -18,7 +18,7 @@ composer require dystcz/lunar-api-stripe-adapter
You can publish the config file with:

```bash
php artisan vendor:publish --tag="lunar-api-stripe-config"
php artisan vendor:publish --provider="Dystcz\LunarApi\LunarApiServiceProvider" --tag="config"
```

This is the contents of the published config file:
Expand Down
2 changes: 1 addition & 1 deletion src/LunarApiStripeAdapterServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function boot(): void
if ($this->app->runningInConsole()) {
$this->publishes([
__DIR__.'/../config/lunar-api-stripe.php' => config_path('lunar-api-stripe.php'),
], 'lunar-api-stripe-config');
], 'config');
}
}

Expand Down

0 comments on commit 5d825d1

Please sign in to comment.