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 8173c9a commit 958959aCopy full SHA for 958959a
src/HasFiles.php
@@ -86,7 +86,7 @@ public function _getFileAttribute($key)
86
} else {
87
$file = $this->files();
88
89
- if (isset($this->filesOptions) && isset($this->filesOptions[$key]) && $this->filesOptions[$key]['thumbnail'])
+ if (isset($this->filesOptions) && isset($this->filesOptions[$key]) && isset($this->filesOptions[$key]['thumbnail']))
90
$file = $file->with('file.thumbnail');
91
}
92
0 commit comments