feat: Add new command.

This commit is contained in:
Pol Dellaiera
2021-06-22 15:40:49 +02:00
parent 6e37e7feac
commit 141aabcddc
5 changed files with 377 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
namespace Chill\PersonBundle\Service\Import;
interface SocialWorkMetadataInterface extends ChillImporter
{
}