Correction des différents bugs
This commit is contained in:
@@ -18,10 +18,10 @@ 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');
|
||||
|
||||
return view('history', compact('contests'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user