Files on PATCH method

Not sure, but i found probably one strange behaviour. When i tried to check if request contains file/s, i always got an false or null on patch method. on post method i always got correct files…

– steps to reproduce
Create a simple multipart/form-data form with file upload with method patch
Submit form

try:
$request->hasFile(‘image’) or $request->file(‘image’) …