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 Dec 17, 2024
1 parent 04217ca commit b96e1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Review.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ public function photo(): Attribute

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

0 comments on commit b96e1c5

Please sign in to comment.