Skip to content

Commit c6bed7d

Browse files
author
Chris Hunt
committed
Retry tests
1 parent 8185064 commit c6bed7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/Http/Controllers/ItemController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ public static function storelogic(Request $request, $id = null): Item
267267
],
268268
];
269269

270+
270271
$file = $request->input('icon');
271272
$path_parts = pathinfo($file);
272273
if (!array_key_exists('extension', $path_parts)) {

0 commit comments

Comments
 (0)