Commit 1e90a805 authored by Mark Harding's avatar Mark Harding

(fix): fix php notice on isDeleted with FeedSyncEntity

parent 50f1af3b
No related merge requests found
Pipeline #98604663 running with stages
......@@ -42,6 +42,9 @@ class FeedSyncEntity implements JsonSerializable
/** @var Entity */
protected $entity;
/** @var bool */
protected $deleted = false;
/**
* Export to public API
* @return array
......
Please register or to comment