Correct SQL syntax error

This commit is contained in:
Roscoe 2023-07-19 01:59:22 +01:00
parent ac1c84ea55
commit 0e5f6cd90a

View file

@ -46,7 +46,7 @@
$entries = DB::select(' $entries = DB::select('
SELECT name, timestamp, message SELECT name, timestamp, message
FROM guestbook__entries FROM guestbook__entries
ORDER BY id DES ORDER BY id DESC
'); ');
@endphp @endphp
<h1>Entries <small>({{ count($entries) }} total)</small></h1> <h1>Entries <small>({{ count($entries) }} total)</small></h1>