We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904a697 commit da23b45Copy full SHA for da23b45
src/Field/Page/Fieldtype/FieldtypeFile.php
@@ -19,7 +19,7 @@ public function resolve($value, array $args, ResolveInfo $info)
19
{
20
$fieldName = $this->field->name;
21
22
- // we set the outputFormat for fieldtypeImage as
+ // we set the outputFormat as
23
// FieldtypeFile::outputFormatArray, because we always
24
// handle file/image fields as arrays
25
$field = \ProcessWire\wire('fields')->get($fieldName);
0 commit comments