Started diversion to not using image manager for cover/system/user

This commit is contained in:
Dan Brown
2019-04-27 14:55:23 +01:00
parent a87ae16010
commit cb832a2c10
8 changed files with 90 additions and 114 deletions

View File

@ -2,6 +2,10 @@
namespace BookStack\Http\Controllers\Images;
// TODO - Replace this with entity-level handling
// Since won't be part of image manager handling
// Added some to bookshelf controller already
use BookStack\Entities\EntityProvider;
use BookStack\Entities\Repos\EntityRepo;
use BookStack\Exceptions\ImageUploadException;