Skip to content

Commit

Permalink
GitBook: [master] one page modified
Browse files Browse the repository at this point in the history
  • Loading branch information
hsemix authored and gitbook-bot committed Sep 27, 2021
1 parent e057348 commit fb5453b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class PageController extends Controller
* Posting a form from the Salaries view
* @param Request $request
*/
protected function postSalaries(Request $request)
protected function onPostSalaries(Request $request)
{
/**
* You have access to the entire request object
Expand Down

0 comments on commit fb5453b

Please sign in to comment.