mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 11:37:46 +02:00
parent
c745fd8b28
commit
3a57538572
59 changed files with 417 additions and 399 deletions
|
|
@ -73,7 +73,7 @@ class EpisodeCommentModel extends UuidModel
|
|||
return $found;
|
||||
}
|
||||
|
||||
public function addComment(EpisodeComment $comment, bool $registerActivity = true): string | false
|
||||
public function addComment(EpisodeComment $comment, bool $registerActivity = true): bool|int|object|string
|
||||
{
|
||||
$this->db->transStart();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue