Skip to content

Commit 3a43fb0

Browse files
committed
fix repo name
1 parent 5715b7f commit 3a43fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/Repository/Interfaces/AttendeeRepositoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* @extends BaseRepository<AttendeeDomainObject>
1414
*/
15-
interface AttendeeRepositoryInterface extends RepositoryInterFace
15+
interface AttendeeRepositoryInterface extends RepositoryInterface
1616
{
1717
public function findByEventId(int $eventId, QueryParamsDTO $params): LengthAwarePaginator;
1818

0 commit comments

Comments
 (0)