Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Jun 18, 2017
1 parent 960d1c9 commit 51eeae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Plugin {
public function __construct() {
}

public static function Hooks() {
public static function getHooks() {
return [
'vps.load_addons' => [__CLASS__, 'Load'],
'vps.settings' => [__CLASS__, 'Settings'],
Expand Down

0 comments on commit 51eeae0

Please sign in to comment.