Correction du probleme sur les commentaires speciaux

This commit is contained in:
2024-11-22 19:56:56 +01:00
parent aab9af6372
commit 614b5a5e7f
6 changed files with 154 additions and 57 deletions

View File

@@ -18,7 +18,7 @@ class HomeController extends Controller
public function history()
{
$contests = Contest::where('participated',true)->orderby('updated_at','desc')->paginate(20);
$contests = Contest::where('participated', true)->orderby('updated_at', 'desc')->paginate(20);
SEOTools::setTitle('Mon historique');