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 0591c14 commit 37bd086Copy full SHA for 37bd086
app/Models/Article.php
@@ -73,6 +73,7 @@ class Article extends Model implements ReactableInterface, HasMedia, Viewable
73
*/
74
protected $with = [
75
'author',
76
+ 'media',
77
];
78
79
protected $removeViewsOnDelete = true;
0 commit comments