Skip to content

Commit

Permalink
Fix instantiation.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Sep 18, 2024
1 parent aeae8fd commit 514b7a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Plugin/migrate/process/FoxmlFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Drupal\dgi_migrate\Plugin\migrate\process;

use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
use Drupal\migrate\MigrateExecutableInterface;
use Drupal\migrate\Plugin\MigrateProcessInterface;
use Drupal\migrate\Plugin\MigrationInterface;
Expand All @@ -26,7 +27,7 @@
* id = "dgi_migrate.foxml_file"
* )
*/
class FoxmlFile extends ProcessPluginBase {
class FoxmlFile extends ProcessPluginBase implements ContainerFactoryPluginInterface {

use EnsureNonWritableTrait;

Expand Down

0 comments on commit 514b7a5

Please sign in to comment.