Register the download command

parent 878db8ca
......@@ -7,6 +7,7 @@ use Illuminate\Routing\Router;
use Illuminate\Support\Facades\Blade;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\ServiceProvider;
use Modules\Core\Console\DownloadModuleCommand;
use Modules\Core\Console\InstallCommand;
use Modules\Core\Console\PublishModuleAssetsCommand;
use Modules\Core\Console\PublishThemeAssetsCommand;
......@@ -108,6 +109,7 @@ class CoreServiceProvider extends ServiceProvider
InstallCommand::class,
PublishThemeAssetsCommand::class,
PublishModuleAssetsCommand::class,
DownloadModuleCommand::class,
]);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment