parent
8e87f01aa0
commit
88f6d3f241
|
@ -298,7 +298,7 @@ class TrashCan
|
|||
if ($entity->isA('book')) {
|
||||
return $this->destroyBook($entity);
|
||||
}
|
||||
if ($entity->isA('shelf')) {
|
||||
if ($entity->isA('bookshelf')) {
|
||||
return $this->destroyShelf($entity);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue