Skip to content

Commit 6c6edf6

Browse files
fix: lint PHP
1 parent bd638c9 commit 6c6edf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controller.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function setPageTitle(string $title)
5050
*/
5151
public function setTitle(string $content, string $book)
5252
{
53-
$title = $book.' | '.$content;
53+
$title = $book . ' | ' . $content;
5454
view()->share('pageTitle', $title);
5555
}
5656

0 commit comments

Comments
 (0)