From 44f839e1047a09a909d929eb986d37a0eedd8359 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sun, 25 Feb 2018 11:12:01 -0600 Subject: [PATCH] Fix module provider sub --- resources/stubs/modules/scaffold/provider.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/stubs/modules/scaffold/provider.stub b/resources/stubs/modules/scaffold/provider.stub index 148b40d3..3cad79ab 100644 --- a/resources/stubs/modules/scaffold/provider.stub +++ b/resources/stubs/modules/scaffold/provider.stub @@ -102,7 +102,7 @@ class $CLASS$ extends ServiceProvider { $this->publishes([ __DIR__.'/../$PATH_CONFIG$/config.php' => config_path('$LOWER_NAME$.php'), - ], 'config'); + ], '$LOWER_NAME$'); $this->mergeConfigFrom( __DIR__.'/../$PATH_CONFIG$/config.php', '$LOWER_NAME$'