Skip to content

Commit

Permalink
Change config tag to laravel-shopify to make it more recognizable
Browse files Browse the repository at this point in the history
  • Loading branch information
pactode committed May 9, 2018
1 parent d6d8439 commit 6b11137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ShopifyServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected function setupConfig(Application $app)
{
$this->publishes([
__DIR__.'/../config/shopify.php' => config_path('shopify.php'),
], 'config');
], 'laravel-shopify');

$this->mergeConfigFrom(__DIR__.'/../config/shopify.php', 'shopify');
}
Expand Down

0 comments on commit 6b11137

Please sign in to comment.