mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
nova book cases
This commit is contained in:
@@ -60,12 +60,12 @@ class BookCase extends Model implements HasMedia
|
||||
}
|
||||
|
||||
/*
|
||||
* This string will be used in notifications on what a new comment
|
||||
* was made.
|
||||
*/
|
||||
* This string will be used in notifications on what a new comment
|
||||
* was made.
|
||||
*/
|
||||
public function commentableName(): string
|
||||
{
|
||||
//
|
||||
return __('Bookcase');
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -74,6 +74,6 @@ class BookCase extends Model implements HasMedia
|
||||
*/
|
||||
public function commentUrl(): string
|
||||
{
|
||||
|
||||
return url()->route('comment.bookcase', ['bookCase' => $this->id]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user