Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored and github-actions[bot] committed Apr 16, 2024
1 parent ee67637 commit db44648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth/File/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function title(?string $title = null)
{
if (func_num_args() === 0) {
return $this->title ?? ucfirst($this->handle);
};
}

$this->title = $title;

Expand Down

0 comments on commit db44648

Please sign in to comment.