Removed autoregister
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user