Skip to content

Commit

Permalink
Merge pull request #1 from troold/patch-1
Browse files Browse the repository at this point in the history
Fix hook name
  • Loading branch information
dusta authored Apr 28, 2020
2 parents 5d4cec4 + 6b4a26a commit c68c938
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 c68c938

Please sign in to comment.