]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Repos/BookshelfRepo.php
Started implementation of recycle bin functionality
[bookstack] / app / Entities / Repos / BookshelfRepo.php
index ba687c6f6e754f3a49959ad932294620cb3e74c8..eb1536da75afa8fa5fbec5121ad31b1a5e33bcad 100644 (file)
@@ -174,6 +174,6 @@ class BookshelfRepo
     public function destroy(Bookshelf $shelf)
     {
         $trashCan = new TrashCan();
-        $trashCan->destroyShelf($shelf);
+        $trashCan->softDestroyShelf($shelf);
     }
 }