Skip to content

Commit

Permalink
Merge 23666fc into 82ee1db
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti authored Aug 4, 2023
2 parents 82ee1db + 23666fc commit 02a0f9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Plugin/migrate/source/HttpSourcePluginBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Drupal\Component\Utility\UrlHelper;
use Drupal\Core\Cache\CacheableDependencyInterface;
use Drupal\Core\Cache\CacheBackendInterface;
use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
use Drupal\helfi_api_base\Event\MigrationConfigurationEvent;
use Drupal\helfi_api_base\MigrateTrait;
use Drupal\migrate\Plugin\migrate\source\SourcePluginBase;
Expand All @@ -19,7 +20,7 @@
/**
* Provides a HTTP source plugin.
*/
abstract class HttpSourcePluginBase extends SourcePluginBase implements CacheableDependencyInterface {
abstract class HttpSourcePluginBase extends SourcePluginBase implements CacheableDependencyInterface, ContainerFactoryPluginInterface {

use MigrateTrait;

Expand Down

0 comments on commit 02a0f9b

Please sign in to comment.