Skip to content

Commit 1e573c4

Browse files
fix cs-fixer
1 parent f93cd79 commit 1e573c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Http/Resources/Articles/ArticleResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function toArray(Request $request): array
1818
return [
1919
'id' => $this->id,
2020
'title' => $this->title,
21-
'cover_photo_url'=> $this->cover_photo_url,
21+
'cover_photo_url' => $this->cover_photo_url,
2222
'description' => Str::of($this->content)
2323
->stripTags()
2424
->limit(200),

0 commit comments

Comments
 (0)