Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Sep 17, 2023
1 parent 832a06c commit ff56ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit ff56ac1

Please sign in to comment.