chill-bundles/src/Bundle/ChillPersonBundle/Service/Import/SocialWorkMetadataInterface.php
2021-06-24 11:37:00 +02:00

10 lines
143 B
PHP

<?php
declare(strict_types=1);
namespace Chill\PersonBundle\Service\Import;
interface SocialWorkMetadataInterface extends ChillImporter
{
}