diff --git a/src/AvatarProvider.php b/src/AvatarProvider.php index a9c9a8b..7154f9a 100644 --- a/src/AvatarProvider.php +++ b/src/AvatarProvider.php @@ -13,7 +13,7 @@ public function boot() // 发布配置文件 $this->publishes([ __DIR__.'/config/avatar.php' => config_path('avatar.php'), - ]); + ], 'config'); } /** * Register the application services.