Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ast21 authored and github-actions[bot] committed Jul 24, 2024
1 parent adc9520 commit 49b780e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Article.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ public function image(): Attribute

protected static function newFactory(): ArticleFactory
{
return new ArticleFactory();
return new ArticleFactory;
}
}

0 comments on commit 49b780e

Please sign in to comment.