There was an error while loading. Please reload this page.
1 parent f93cd79 commit 1e573c4Copy full SHA for 1e573c4
1 file changed
app/Http/Resources/Articles/ArticleResource.php
@@ -18,7 +18,7 @@ public function toArray(Request $request): array
18
return [
19
'id' => $this->id,
20
'title' => $this->title,
21
- 'cover_photo_url'=> $this->cover_photo_url,
+ 'cover_photo_url' => $this->cover_photo_url,
22
'description' => Str::of($this->content)
23
->stripTags()
24
->limit(200),
0 commit comments