Skip to content

Commit

Permalink
Fix hook name
Browse files Browse the repository at this point in the history
Replacing incorrect hook function name
  • Loading branch information
troold authored Apr 28, 2020
1 parent 5d4cec4 commit 6b4a26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Config/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,5 @@
->registerRouteOfType(RouteType::ADMIN)
->setApp('Plugin_Name')
->withController(
'\Plugin_Name\App\Controller\Admin\AdminSettings@register_hook_callbacks'
'\Plugin_Name\App\Controller\Admin\AdminSettings@registerHookCallbacks'
); // Resolved by Router to 'Plugin_Name\App\Views\Admin\Admin_Settings'.

0 comments on commit 6b4a26a

Please sign in to comment.