]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/CommentController.php
Add base64 image support
[bookstack] / app / Http / Controllers / CommentController.php
index f8586e269d1c2ec2e475d5cf8bf219e4d4786fe7..bf1a76f518f3ce70f2792bd1138bc309ca961d4d 100644 (file)
@@ -3,7 +3,7 @@
 use Activity;
 use BookStack\Actions\ActivityType;
 use BookStack\Actions\CommentRepo;
-use BookStack\Entities\Page;
+use BookStack\Entities\Models\Page;
 use Illuminate\Http\Request;
 use Illuminate\Validation\ValidationException;