|
...
|
...
|
@@ -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()
|
|
|
|
{
|
...
|
...
|
|