mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
more cleanup after silly lars
This commit is contained in:
parent
f441ae7613
commit
97d88f0918
1 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,9 @@
|
|||
])
|
||||
|
||||
@php
|
||||
$title = $title ? $title . ' | Laravel Code Tips' : 'Laravel Code Tips';
|
||||
$title = $title
|
||||
? $title . ' | Laravel Code Tips'
|
||||
: 'Laravel Code Tips';
|
||||
@endphp
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue