]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/BookController.php
Added front-end toggle and testing of inline attachments
[bookstack] / app / Http / Controllers / BookController.php
index d111f9f0add92615563e8799500d73b6ac04950e..64ae982d565a35707cbdef1d0e417366cc7df2f5 100644 (file)
@@ -12,7 +12,6 @@ use BookStack\Exceptions\ImageUploadException;
 use Illuminate\Http\Request;
 use Illuminate\Validation\ValidationException;
 use Throwable;
-use Views;
 
 class BookController extends Controller
 {