Skip to content

Commit 779a9fa

Browse files
committed
2533: Fixed merge issues
1 parent 4a225b9 commit 779a9fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Feed/EventDatabaseApiV2FeedType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323
class EventDatabaseApiV2FeedType implements FeedTypeInterface
2424
{
25-
final public const string SUPPORTED_FEED_TYPE = SupportedFeedOutputs::POSTER_OUTPUT;
25+
final public const string SUPPORTED_FEED_TYPE = FeedOutputModels::POSTER_OUTPUT;
2626

2727
private const string CACHE_OPTIONS_PREFIX = 'options_';
2828
private const string CACHE_EXPIRE_SUFFIX = '_expire';

tests/Feed/CalendarApiFeedTypeData.php

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

55
namespace App\Tests\Feed;
66

7-
use App\Model\CalendarEvent;
7+
use App\Feed\OutputModel\Calendar\CalendarEvent;
88

99
class CalendarApiFeedTypeData
1010
{

0 commit comments

Comments
 (0)