We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd638c9 commit 6c6edf6Copy full SHA for 6c6edf6
app/Http/Controller.php
@@ -50,7 +50,7 @@ public function setPageTitle(string $title)
50
*/
51
public function setTitle(string $content, string $book)
52
{
53
- $title = $book.' | '.$content;
+ $title = $book . ' | ' . $content;
54
view()->share('pageTitle', $title);
55
}
56
0 commit comments