removed install

This commit is contained in:
Mr Sleeps
2026-06-18 17:43:11 +01:00
parent bcc12362e4
commit 3425543a91
+1 -1
View File
@@ -34,7 +34,7 @@ class GroupServiceProvider extends ServiceProvider
// Register console commands
if ($this->app->runningInConsole()) {
$this->commands([
InstallGroupModule::class,
//InstallGroupModule::class,
]);
}