Skip to content

Commit 71aca85

Browse files
committed
refactoring for camelCase
1 parent 331bd5b commit 71aca85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ public function __construct() {
1818

1919
public static function getHooks() {
2020
return [
21-
'vps.load_addons' => [__CLASS__, 'Load'],
21+
'vps.load_addons' => [__CLASS__, 'getAddon'],
2222
'vps.settings' => [__CLASS__, 'getSettings'],
2323
];
2424
}
2525

26-
public static function Load(GenericEvent $event) {
26+
public static function getAddon(GenericEvent $event) {
2727
$serviceOrder = $event->getSubject();
2828
function_requirements('class.Addon');
2929
$addon = new \Addon();

0 commit comments

Comments
 (0)