Skip to content

Commit

Permalink
Merge pull request #110 from dedanirungu/main
Browse files Browse the repository at this point in the history
changing from Filament\Plugin to Coolsam\Modules in ReadMe.md
  • Loading branch information
coolsam726 authored Jul 26, 2024
2 parents 8101dd0 + 050e921 commit 31f4bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ In order to achieve this, you need to register the `ModulesPlugin` in your panel
```php
// e.g. in App\Providers\Filament\AdminPanelProvider.php

use Filament\Plugin\ModulesPlugin;
use Coolsam\Modules\ModulesPlugin;
public function panel(Panel $panel): Panel
{
return $panel
Expand Down

0 comments on commit 31f4bd2

Please sign in to comment.