Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
changed order changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
guigur committed Aug 15, 2018
1 parent 8f609d4 commit 9073871
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 38 deletions.
92 changes: 55 additions & 37 deletions guigur.com/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -11,7 +11,7 @@ public function indexAction()
{
$Changelogs = $this->getDoctrine()
->getRepository('GuigurFrontBundle:Changelogs')
->findAll();
->findBy(array(), array('id' => 'DESC'));

$catchPhrase = $this->get('guigur.catchphrase')->requestCatchPhrase('changelog');
return $this->render('GuigurFrontBundle:Default:changelog.html.twig', array("Catchphrase" => $catchPhrase, "Changelogs" => $Changelogs));
Expand Down

0 comments on commit 9073871

Please sign in to comment.