1
0
Fork 0
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:
Samuel Štancl 2021-04-08 00:32:18 +02:00
parent f441ae7613
commit 97d88f0918

View file

@ -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>