Skip to content

Commit

Permalink
Fixed base class
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Oct 31, 2023
1 parent f5460c7 commit 34e910c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Event/PostDeployEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Drupal\helfi_api_base\Event;

use Drupal\Component\EventDispatcher\Event;
use Symfony\Contracts\EventDispatcher\Event;

/**
* Post-deploy event.
Expand Down
2 changes: 1 addition & 1 deletion src/Event/PreDeployEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Drupal\helfi_api_base\Event;

use Drupal\Component\EventDispatcher\Event;
use Symfony\Contracts\EventDispatcher\Event;

/**
* Pre-deploy event.
Expand Down

0 comments on commit 34e910c

Please sign in to comment.