We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a225b9 commit 779a9faCopy full SHA for 779a9fa
src/Feed/EventDatabaseApiV2FeedType.php
@@ -22,7 +22,7 @@
22
*/
23
class EventDatabaseApiV2FeedType implements FeedTypeInterface
24
{
25
- final public const string SUPPORTED_FEED_TYPE = SupportedFeedOutputs::POSTER_OUTPUT;
+ final public const string SUPPORTED_FEED_TYPE = FeedOutputModels::POSTER_OUTPUT;
26
27
private const string CACHE_OPTIONS_PREFIX = 'options_';
28
private const string CACHE_EXPIRE_SUFFIX = '_expire';
tests/Feed/CalendarApiFeedTypeData.php
@@ -4,7 +4,7 @@
4
5
namespace App\Tests\Feed;
6
7
-use App\Model\CalendarEvent;
+use App\Feed\OutputModel\Calendar\CalendarEvent;
8
9
class CalendarApiFeedTypeData
10
0 commit comments