Skip to content

Commit

Permalink
Renamed route group name
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaplet committed Mar 30, 2024
1 parent a6cda29 commit 5a93071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
->controller(Collection\NavbarRequest::class);

// Collection Forms
$form = $routes->collection('megio.collections.form.')->prefix('/megio/collections/form');
$form = $routes->collection('megio.collection.form.')->prefix('/megio/collections/form');
$form->add('creating', '/creating')
->methods(['POST'])
->controller(Collection\Form\CreatingFormRequest::class);
Expand Down

0 comments on commit 5a93071

Please sign in to comment.