diff --git a/Plugin.php b/Plugin.php index 7e1efb6..1a242d1 100644 --- a/Plugin.php +++ b/Plugin.php @@ -61,7 +61,7 @@ public function initialize() $this->template->hook->attach('template:config:sidebar', 'applicationBranding:config/sidebar'); // Extra Page - Routes - // - Example: $this->route->addRoute('/my/custom/route', 'myController', 'show', 'PluginNameExampleStudlyCaps'); + // - Example: $this->route->addRoute('/my/custom/route', 'MyController', 'show', 'PluginNameExampleStudlyCaps'); // - Must have the corresponding action in the matching controller $this->route->addRoute('/settings/metadata', 'ApplicationBrandingController', 'show', 'ApplicationBranding'); $this->route->addRoute('/security-check', 'TwoFactorController', 'code');