Skip to content

Commit f6b9cbc

Browse files
committed
register svelte command
1 parent b6c2d6d commit f6b9cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CloudinaryServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ public function boot(): void
1414
if ($this->app->runningInConsole()) {
1515
$this->commands([
1616
Console\InstallCommand::class,
17-
Console\LivewireCommand::class,
1817
Console\ReactCommand::class,
1918
Console\VueCommand::class,
19+
Console\SvelteCommand::class,
2020
]);
2121
}
2222

0 commit comments

Comments
 (0)