Skip to content

Commit f78f003

Browse files
committed
fix: added contentType to the repository methods
1 parent 27c4cac commit f78f003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Repository/MediaRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class MediaRepository extends EntityRepository
1010
{
11-
const string MEDIA_FIELDS = 'id,enabled,context,providerReference,providerName,name,width,height,main,position,createdAt,updatedAt,caption';
11+
const string MEDIA_FIELDS = 'id,enabled,context,providerReference,providerName,name,width,height,main,position,createdAt,updatedAt,caption,contentType';
1212

1313
/**
1414
* @param array $criteria

0 commit comments

Comments
 (0)