1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

fixes from laravel-microscope

This commit is contained in:
imanghafoori
2020-10-16 02:57:36 +03:30
parent 6aa2bf9e27
commit 704b808e9e
6 changed files with 5 additions and 8 deletions

View File

@ -3,7 +3,7 @@
use BookStack\Entities\Page;
use BookStack\Exceptions\ImageUploadException;
use BookStack\Http\Controllers\Controller;
use BookStack\Repos\PageRepo;
use BookStack\Entities\Repos\PageRepo;
use BookStack\Uploads\Image;
use BookStack\Uploads\ImageRepo;
use Exception;