]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/BookshelfController.php
Spanish translation
[bookstack] / app / Http / Controllers / BookshelfController.php
index d1752d180690567241c9729fd536b83e3cf3b0f0..8c7f7819e42904d21408e8965b3f6c03599dd07c 100644 (file)
@@ -240,5 +240,4 @@ class BookshelfController extends Controller
         session()->flash('success', trans('entities.shelves_copy_permission_success', ['count' => $updateCount]));
         return redirect($bookshelf->getUrl());
     }
-
 }