mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
split into modules
This commit is contained in:
@@ -74,6 +74,6 @@ class BookCase extends Model implements HasMedia
|
||||
*/
|
||||
public function commentUrl(): string
|
||||
{
|
||||
return url()->route('comment.bookcase', ['bookCase' => $this->id]);
|
||||
return url()->route('bookCases.comment.bookcase', ['bookCase' => $this->id]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user