0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-22 15:57:29 +00:00

Fixed formatting via phpcbf

This commit is contained in:
Dan Brown 2018-09-21 18:48:47 +01:00
parent e60d11ee04
commit c47b578599
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9
8 changed files with 35 additions and 30 deletions
app/Http/Controllers

View file

@ -240,5 +240,4 @@ class BookshelfController extends Controller
session()->flash('success', trans('entities.shelves_copy_permission_success', ['count' => $updateCount]));
return redirect($bookshelf->getUrl());
}
}