3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Move create_quantity migration plugin to quantity module.

This commit is contained in:
Michael Stenta 2021-09-20 14:12:43 -04:00
parent 312d611b64
commit f00313db03

View file

@ -1,6 +1,6 @@
<?php
namespace Drupal\farm_migrate\Plugin\migrate\process;
namespace Drupal\quantity\Plugin\migrate\process;
use Drupal\Component\Utility\NestedArray;
use Drupal\Core\Plugin\ContainerFactoryPluginInterface;