1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Images: Updated to create thumbnails at specific events

This commit is contained in:
Dan Brown
2023-09-29 11:45:31 +01:00
parent 59da7666b5
commit cc0827ff28
6 changed files with 27 additions and 23 deletions

View File

@@ -6,6 +6,8 @@ use BookStack\Exceptions\ImageUploadException;
use BookStack\Http\Controller;
use BookStack\Uploads\ImageRepo;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\App;
use Illuminate\Support\Facades\Log;
use Illuminate\Validation\ValidationException;
class GalleryImageController extends Controller