Skip to content

Commit

Permalink
Adding featured_image_alt support
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelumetta committed Feb 10, 2020
1 parent 75b4169 commit 244f953
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ButterCMS/Model/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class Post extends Model
$author,
$categories,
$tags,
$featured_image;
$featured_image,
$featured_image_alt;

public function __construct(array $data)
{
Expand Down

0 comments on commit 244f953

Please sign in to comment.