upload chunk fix

This commit is contained in:
Peter Papp
2021-07-29 13:22:39 +02:00
parent 94f30e5c9f
commit 087b6e77cc
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ class UploadFileController extends Controller
*/
public function __invoke(
UploadRequest $request,
): File | array {
) {
if (is_demo_account('howdy@hi5ve.digital')) {
return ($this->fakeUploadFile)($request);
}