File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public function register()
40
40
$ this ->loadTranslationsFrom (self ::PACKAGE_PATH . "resources/lang/ " , $ this ->packageName );
41
41
$ this ->loadMigrationsFrom (self ::PACKAGE_PATH .'/../database/migrations ' );
42
42
$ this ->loadViewsFrom (self ::PACKAGE_PATH . "resources/views " , $ this ->packageName );
43
- $ this ->mergeConfigFrom (self ::PACKAGE_PATH . "config/ { $ this -> packageName } .php " , $ this ->packageName );
43
+ $ this ->mergeConfigFrom (self ::PACKAGE_PATH . "config/config .php " , $ this ->packageName );
44
44
45
45
$ this ->app ->singleton ('laraphone ' , function () {
46
46
return new Laraphone ();
@@ -150,7 +150,7 @@ private function registerConsoles(): static
150
150
{
151
151
152
152
$ this ->publishes ([
153
- self ::PACKAGE_PATH . "config/ { $ this -> packageName } .php " => config_path ("{$ this ->packageName }.php " ),
153
+ self ::PACKAGE_PATH . "config/config .php " => config_path ("{$ this ->packageName }.php " ),
154
154
], "{$ this ->packageName }:config " );
155
155
156
156
$ this ->publishes ([
You can’t perform that action at this time.
0 commit comments