Skip to content

Commit

Permalink
Update MicroweberServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber authored Dec 11, 2024
1 parent 904e659 commit 069f723
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Illuminate\Support\Facades\Blade;
use Illuminate\Support\Facades\Event;
use Illuminate\Support\ServiceProvider;
use Modules\Microweber\App\Console\Commands\DownloadMicroweber;
use Modules\Microweber\App\Console\Commands\ReinstallMicroweberInstallations;
use Modules\Microweber\Listeners\DomainIsCreatedListener;
use Modules\Microweber\MicroweberApacheVirtualHostConfig;
Expand Down Expand Up @@ -59,7 +60,8 @@ public function register(): void
protected function registerCommands(): void
{
$this->commands([
ReinstallMicroweberInstallations::class
ReinstallMicroweberInstallations::class,
DownloadMicroweber::class,
]);
}

Expand Down

0 comments on commit 069f723

Please sign in to comment.