Skip to content

Commit 08e2770

Browse files
committed
Fix doc: panel registration
1 parent c1bccf6 commit 08e2770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@ Best at the bottom of the file, since the pages routes with slugs will catch man
186186

187187
### Filament panel
188188

189-
The package contains a pre-configured panel. You can register the panel in the `app.php` configuration file.
189+
The package contains a pre-configured panel. You can register the panel in the `bootstrap\providers.php` configuration file.
190190

191191
```php
192-
'providers' => [
192+
return [
193193
// ...
194194
\Statikbe\FilamentFlexibleContentBlockPages\FlexibleContentBlockPagesPanel::class,
195195
// ...

0 commit comments

Comments
 (0)