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

@ -1,5 +1,8 @@
<?php
// TODO - Replace this with setting-level handling
// Since won't be part of image manager handling
namespace BookStack\Http\Controllers\Images;
use BookStack\Exceptions\ImageUploadException;