Closed m10a closed 2 years ago
You have a failure in your documentation: In https://github.com/cobwebch/external_import/blob/master/Documentation/Administration/Transformations/Index.rst
It should be 'class' => \Cobweb\ExternalImport\Transformations\DateTimeTransformation::class,
'class' => \Cobweb\ExternalImport\Transformations\DateTimeTransformation::class,
instead of
'class' => \Cobweb\ExternalImport\Task\DateTimeTransformation::class,
in line 148
Thanks for spotting it. I'll fix it in the next release.
You have a failure in your documentation: In https://github.com/cobwebch/external_import/blob/master/Documentation/Administration/Transformations/Index.rst
It should be
'class' => \Cobweb\ExternalImport\Transformations\DateTimeTransformation::class,
instead of
'class' => \Cobweb\ExternalImport\Task\DateTimeTransformation::class,
in line 148