Commit 72a390ca authored by tree2009's avatar tree2009
Browse files

git commit -m 'Issue #3289432 by Project Update Bot: Automated Drupal 10...

git commit -m 'Issue #3289432 by Project Update Bot: Automated Drupal 10 compatibility fixes' --author="Project Update Bot <git@users.noreply.drupalcode.org>"
parent f2303519
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2,8 +2,7 @@ name: Rules Flag
type: module
description: 'Integration of rules and flag modules. It adds rules events after flagging an entity, and adds rules examples with the events.'
package: Rules
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10

dependencies:
  - flag
+1 −1
Original line number Diff line number Diff line
@@ -2,9 +2,9 @@

namespace Drupal\rules_flag\Event;

use Symfony\Contracts\EventDispatcher\Event;
use Drupal\user\UserInterface;
use Drupal\flag\FlaggingInterface;
use Symfony\Component\EventDispatcher\Event;

/**
 * Event that is fired when a user is flagged.