mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2026-01-26 10:23:17 +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