Skip to content

Commit

Permalink
Order recipes by name
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaplet committed Aug 11, 2019
1 parent 6ec8d19 commit ed11a22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Repository/RecipeRepository.php
Expand Up @@ -60,6 +60,7 @@ public function findAllJoinVariables() : ObjectCollection
return RecipeQuery::create()
->leftJoinWithRecipeVariable()
->leftJoinWithRecipeSlug()
->orderByName()
->find();
}
}

0 comments on commit ed11a22

Please sign in to comment.