We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007ce67 commit 2f1d7c9Copy full SHA for 2f1d7c9
1 file changed
src/Plugin.php
@@ -60,7 +60,7 @@ public static function getHooks()
60
public static function getActivate(GenericEvent $event)
61
{
62
$serviceClass = $event->getSubject();
63
- myadmin_log(self::$module, 'info', 'Dedicated Server Activation', __LINE__, __FILE__);
+ myadmin_log(self::$module, 'info', 'Dedicated Server Activation', __LINE__, __FILE__, self::$module, $serviceClass->getId());
64
$event->stopPropagation();
65
}
66
0 commit comments