Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
281
Merge Requests
38
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
1e90a805
Commit
1e90a805
authored
2 minutes ago
by
Mark Harding
Browse files
Options
Download
(fix): fix php notice on isDeleted with FeedSyncEntity
parent
50f1af3b
master
No related merge requests found
Pipeline
#98604663
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Core/Feeds/FeedSyncEntity.php
View file @
1e90a805
...
...
@@ -42,6 +42,9 @@ class FeedSyncEntity implements JsonSerializable
/** @var Entity */
protected
$entity
;
/** @var bool */
protected
$deleted
=
false
;
/**
* Export to public API
* @return array
...
...
This diff is collapsed.
Please
register
or
sign in
to comment