修改config

This commit is contained in:
2021-06-01 11:21:06 +08:00
parent e15a06e589
commit 4911975ef7

View File

@@ -24,7 +24,7 @@ class ServiceProvider extends LaravelServiceProvider
*/ */
public function boot() public function boot()
{ {
$this->mergeConfigFrom(__DIR__ . '/../config/pingan.php', 'pingan'); $this->mergeConfigFrom(__DIR__ . '/../config/config.php', 'pingan');
} }
} }