1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-27 06:01:54 +03:00

Added streamed uploads for attachments

This commit is contained in:
Dan Brown
2022-04-02 18:46:48 +01:00
parent 6749faa89a
commit cb770c534d
2 changed files with 2 additions and 4 deletions

View File

@ -10,7 +10,6 @@ use BookStack\Uploads\AttachmentService;
use Exception;
use Illuminate\Contracts\Filesystem\FileNotFoundException;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Storage;
use Illuminate\Support\MessageBag;
use Illuminate\Validation\ValidationException;