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