Removed autoregister

This commit is contained in:
Mr Sleeps
2026-06-18 17:57:50 +01:00
parent 0f68775e4f
commit a39262d91d
+2
View File
@@ -10,9 +10,11 @@ class GroupServiceProvider extends ServiceProvider
public function register(): void
{
// Register the plugin with Filament
/*
$this->app->resolving(Panel::class, function (Panel $panel) {
$panel->plugin(new GroupPlugin());
});
*/
}
public function boot(): void