From 6b11137e7a8fea13ff8ceba7295f71a6b595fd4a Mon Sep 17 00:00:00 2001 From: Morten Poul Jensen Date: Wed, 9 May 2018 16:28:36 +0200 Subject: [PATCH] Change config tag to laravel-shopify to make it more recognizable --- src/ShopifyServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ShopifyServiceProvider.php b/src/ShopifyServiceProvider.php index 702abd8..ba05766 100644 --- a/src/ShopifyServiceProvider.php +++ b/src/ShopifyServiceProvider.php @@ -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'); }