mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Update TrashCan.php
bookshelf
This commit is contained in:
parent
7843d8f054
commit
cc5d0ef4cf
@ -298,7 +298,7 @@ class TrashCan
|
|||||||
if ($entity->isA('book')) {
|
if ($entity->isA('book')) {
|
||||||
return $this->destroyBook($entity);
|
return $this->destroyBook($entity);
|
||||||
}
|
}
|
||||||
if ($entity->isA('shelf')) {
|
if ($entity->isA('bookshelf')) {
|
||||||
return $this->destroyShelf($entity);
|
return $this->destroyShelf($entity);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user