Skip to content

Commit

Permalink
Lint code [WEB-2984]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiltri committed Jan 17, 2025
1 parent 233e1e9 commit 2255f34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Models/Behaviors/HasAuthors.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ public function showAuthors()
}
}

public function getAuthorAttribute() {
public function getAuthorAttribute()
{
return $this->showAuthors();
}

Expand Down

0 comments on commit 2255f34

Please sign in to comment.