Correct SQL syntax error
This commit is contained in:
parent
fe0765795a
commit
9e837642bd
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
$entries = DB::select('
|
||||
SELECT name, timestamp, message
|
||||
FROM guestbook__entries
|
||||
ORDER BY id DES
|
||||
ORDER BY id DESC
|
||||
');
|
||||
@endphp
|
||||
<h1>Entries <small>({{ count($entries) }} total)</small></h1>
|
||||
|
|
Loading…
Reference in a new issue