nova book cases

This commit is contained in:
Benjamin Takats
2022-12-07 19:19:44 +01:00
parent 351c9047a9
commit f79d0e9ff0
9 changed files with 245 additions and 29 deletions

View File

@@ -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]);
}
}