Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Sep 11, 2023
1 parent 6d4e68e commit 8b38fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WindPlugin::make()
->windModels([
'Department' => \LaraZeus\Wind\Models\Department::class,
'Letter' => \LaraZeus\Wind\Models\Letter::class,
]);
])
->uploadDisk('public')
->uploadDirectory('logos')
->navigationGroupLabel('Wind'),
Expand Down

0 comments on commit 8b38fdf

Please sign in to comment.