mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +00:00
10 lines
143 B
PHP
10 lines
143 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Chill\PersonBundle\Service\Import;
|
|
|
|
interface SocialWorkMetadataInterface extends ChillImporter
|
|
{
|
|
}
|