Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
Merge details:

commit 2b2f43e
Author: Jelle Sebreghts <[email protected]>
Date:   Wed Mar 27 15:39:34 2024

    Add `stopPropagation` to the installed handler
  • Loading branch information
Jelle-S committed Mar 27, 2024
2 parents 3fb392b + 2b2f43e commit 15fac75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EventHandler/IsSiteInstalledHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public function getPriority(): int
*/
public function handle(GenericEvent $event)
{
$event->stopPropagation();
/** @var RemoteConfig $remoteConfig */
$remoteConfig = $event->getArgument('remoteConfig');
$remoteSettings = $remoteConfig->getRemoteSettings();
Expand Down

0 comments on commit 15fac75

Please sign in to comment.