Skip to content

Commit fd6cc16

Browse files
committed
Update configuration.md
1 parent 011cdaa commit fd6cc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ These all the available configuration, and their defaults values
2020
BoltPlugin::make()
2121
// the default models, by default Bolt will read from the config file 'zeus-bolt'.
2222
// but if you want to customize the models per panel, you can do it here
23-
->boltModels([
23+
->models([
2424
// ...
2525
'Category' => \App\Models\Bolt\Category::class,
2626
'Collection' => \App\Models\Bolt\Collection::class,

0 commit comments

Comments
 (0)