Skip to content

Commit da23b45

Browse files
committed
Fix a typo.
1 parent 904a697 commit da23b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Field/Page/Fieldtype/FieldtypeFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function resolve($value, array $args, ResolveInfo $info)
1919
{
2020
$fieldName = $this->field->name;
2121

22-
// we set the outputFormat for fieldtypeImage as
22+
// we set the outputFormat as
2323
// FieldtypeFile::outputFormatArray, because we always
2424
// handle file/image fields as arrays
2525
$field = \ProcessWire\wire('fields')->get($fieldName);

0 commit comments

Comments
 (0)