aboutsummaryrefslogtreecommitdiff
path: root/resources/views/suggestions.blade.php
diff options
context:
space:
mode:
authorCamil Staps2016-09-27 20:04:47 +0200
committerCamil Staps2016-09-27 20:04:47 +0200
commitca8defaa39a8e3fb89e630ede06eb8e3ac848939 (patch)
treee7ce054cc38c124e689f24f12363e886c756a4fd /resources/views/suggestions.blade.php
parentFix Authenticatable implementation in User.php (diff)
Suggetsions ordering
Diffstat (limited to 'resources/views/suggestions.blade.php')
-rw-r--r--resources/views/suggestions.blade.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/views/suggestions.blade.php b/resources/views/suggestions.blade.php
index 963b2fb..68ad049 100644
--- a/resources/views/suggestions.blade.php
+++ b/resources/views/suggestions.blade.php
@@ -3,6 +3,7 @@ use HebrewParseTrainer\Verb;
$suggestions = Verb::where('active', 0)
->orderBy('root')
+ ->orderBy('stem', 'desc')
->orderBy('tense', 'desc')
->orderBy('number')
->orderBy('person', 'desc')