Skip to content

Commit

Permalink
Add spapi.php to spapi-config service provider group
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed Aug 13, 2024
1 parent 56351ad commit d4461a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SellingPartnerApiServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class SellingPartnerApiServiceProvider extends ServiceProvider
public function boot(): void
{
// Publish config file
$this->publishes([__DIR__.'/../config/spapi.php' => config_path('spapi.php')]);
$this->publishes([__DIR__.'/../config/spapi.php' => config_path('spapi.php')], 'spapi-config');

// Publish spapi_sellers and spapi_credentials migrations
$migrationsDir = __DIR__.'/../database/migrations';
Expand Down

0 comments on commit d4461a3

Please sign in to comment.