Skip to content

Commit

Permalink
fix news image
Browse files Browse the repository at this point in the history
  • Loading branch information
akechi17 committed Aug 13, 2024
1 parent ef8e5a5 commit 6a965fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Models/News.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ class News extends Model
'image',
'user_id',
'newsable_id',
'newsable_type',
'image_url'
'newsable_type'
];

protected $appends = [
Expand Down

0 comments on commit 6a965fd

Please sign in to comment.