Skip to content
Snippets Groups Projects
Commit 9e615349 authored by Brian Hatchet's avatar Brian Hatchet
Browse files

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
parent fe2dc343
No related branches found
No related tags found
1 merge request!335Feat/permissions on entities 737
......@@ -57,7 +57,8 @@ class FeedSyncEntity
}
/** @var type */
protected $type;
public $type;
/**
* Export to public API
* @return array
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment