Commit 9e615349 authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Helpers/flags is now trying to check the type property on FeedSyncEntity. Need...

Helpers/flags is now trying to check the type property on FeedSyncEntity. Need to make it public or risk a low level change
1 merge request!335Feat/permissions on entities 737
Pipeline #84454069 passed with stages
in 9 minutes and 22 seconds
......@@ -57,7 +57,8 @@ class FeedSyncEntity
}
/** @var type */
protected $type;
public $type;
/**
* Export to public API
* @return array
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment