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

Merge branch 'fixes' of git://github.com/imanghafoori1/BookStack into imanghafoori1-fixes

This commit is contained in:
Dan Brown
2020-10-31 22:11:27 +00:00
7 changed files with 6 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;