mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 11:37:46 +02:00
feat: replace form helper functions with components in admin template
This commit is contained in:
parent
6536729546
commit
e64548b982
70 changed files with 1461 additions and 2571 deletions
|
|
@ -69,9 +69,6 @@ class EpisodeComment extends UuidEntity
|
|||
'is_from_post' => 'boolean',
|
||||
];
|
||||
|
||||
/**
|
||||
* Returns the comment's attached episode
|
||||
*/
|
||||
public function getEpisode(): ?Episode
|
||||
{
|
||||
if ($this->episode_id === null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue