mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Started implementation of recycle bin functionality
This commit is contained in:
@@ -174,6 +174,6 @@ class BookshelfRepo
|
||||
public function destroy(Bookshelf $shelf)
|
||||
{
|
||||
$trashCan = new TrashCan();
|
||||
$trashCan->destroyShelf($shelf);
|
||||
$trashCan->softDestroyShelf($shelf);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user