mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +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\ActivityBundle\Repository;
|
||||
|
||||
use Chill\ActivityBundle\Entity\ActivityPresence;
|
||||
use Doctrine\Persistence\ObjectRepository;
|
||||
|
||||
interface ActivityPresenceRepositoryInterface
|
||||
interface ActivityPresenceRepositoryInterface extends ObjectRepository
|
||||
{
|
||||
public function find($id): ?ActivityPresence;
|
||||
|
||||
|
Reference in New Issue
Block a user