siwwy :3 #3
					 1 changed files with 1 additions and 1 deletions
				
			
		Correct SQL syntax error
				commit
				
					
					
						9e837642bd
					
				
			
		| 
						 | 
					@ -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>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue