We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf951c commit 7c87c94Copy full SHA for 7c87c94
1 file changed
src/Plugin.php
@@ -54,6 +54,9 @@ public static function getHooks() {
54
* @param \Symfony\Component\EventDispatcher\GenericEvent $event
55
*/
56
public static function loadProcessing(GenericEvent $event) {
57
+ /**
58
+ * @var \ServiceHandler $service
59
+ */
60
$service = $event->getSubject();
61
$service->setModule(self::$module)
62
->setActivationStatuses(['pending', 'pendapproval', 'active'])
0 commit comments