作者 竞泽

alter:去掉环境判断

... ... @@ -37,10 +37,8 @@ class TopWarehouseServiceProvider extends ServiceProvider
public function boot()
{
if ($this->app instanceof Application && $this->app->runningInConsole()) {
$this->publishes([__DIR__ . '/../config/top-warehouse.php' => config_path('top-warehouse.php')]);
}
}
public function provides()
{
... ...