Skip to content

Commit ba04780

Browse files
authored
Merge pull request #230 from Novactive/feat-RssFeed_fix_delete_flux
Fix delete Flux rss null returned
2 parents ed572d0 + 3e2ae8b commit ba04780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/RssFeedBundle/src/bundle/Entity/RssFeeds.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function __construct()
134134
$this->modifiedAt = new DateTime();
135135
}
136136

137-
public function getId(): int
137+
public function getId(): ?int
138138
{
139139
return $this->id;
140140
}

0 commit comments

Comments
 (0)