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.
2 parents cc24fa0 + f2116dd commit 58eaa5cCopy full SHA for 58eaa5c
src/Field/Image.php
@@ -85,6 +85,8 @@ public function get()
85
*/
86
protected function fillFields(Post $attachment)
87
{
88
+ $this->attachment = $attachment;
89
+
90
$this->mime_type = $attachment->post_mime_type;
91
$this->url = $attachment->guid;
92
$this->description = $attachment->post_excerpt;
0 commit comments