Skip to content

Commit 7826f1f

Browse files
committed
updates
1 parent 7510279 commit 7826f1f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Plugin.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Detain\MyAdminAbuse;
44

55
use Symfony\Component\EventDispatcher\GenericEvent;
6-
use MyAdmin\Settings;
76

87
class Plugin {
98

@@ -16,7 +15,7 @@ class Plugin {
1615
public function __construct() {
1716
}
1817

19-
public static function Hooks() {
18+
public static function getHooks() {
2019
return [
2120
'system.settings' => [__CLASS__, 'Settings'],
2221
];

0 commit comments

Comments
 (0)