mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-27 17:15:02 +00:00
Partage d'export enregistré et génération asynchrone des exports
This commit is contained in:
@@ -12,8 +12,9 @@ declare(strict_types=1);
|
||||
namespace Chill\PersonBundle\Repository;
|
||||
|
||||
use Chill\PersonBundle\Entity\MaritalStatus;
|
||||
use Doctrine\Persistence\ObjectRepository;
|
||||
|
||||
interface MaritalStatusRepositoryInterface
|
||||
interface MaritalStatusRepositoryInterface extends ObjectRepository
|
||||
{
|
||||
public function find($id): ?MaritalStatus;
|
||||
|
||||
|
Reference in New Issue
Block a user