Fix packet parsing for unknown zones, or zones that are not default

This commit is contained in:
Deon George
2022-12-03 16:00:38 +11:00
parent a897852072
commit 14f28c5263
3 changed files with 5 additions and 4 deletions

View File

@@ -59,6 +59,7 @@ class HomeController extends Controller
foreach ($request->allFiles() as $key => $filegroup) {
if ($key !== 'file')
continue;
foreach ($filegroup as $file) {
try {
$f = new File($file);