Correction du probleme sur les commentaires speciaux
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user