Skip to content

Commit 1e75220

Browse files
committed
fixing loader
1 parent b95b0f5 commit 1e75220

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

myadmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'version' => '1.0.0',
1616
'type' => 'addon',
1717
'hooks' => [
18-
'vps.load_addons' => ['Detain\MyAdminVpsLicenses', 'Load'],
18+
'vps.load_addons' => ['Detain\MyAdminVpsLicenses\Plugin', 'Load'],
1919
/* 'function.requirements' => ['Detain\MyAdminVpsLicenses\Plugin', 'Requirements'],
2020
'licenses.settings' => ['Detain\MyAdminVpsLicenses\Plugin', 'Settings'],
2121
'licenses.activate' => ['Detain\MyAdminVpsLicenses\Plugin', 'Activate'],

0 commit comments

Comments
 (0)