Skip to content

Commit fdb4823

Browse files
committed
usage frequency order correction
1 parent 3b4d42d commit fdb4823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

database/seeders/SurveySeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,13 @@ private function scenarioSurveySeeding(
244244
'sectionName' => 'UsingToolHowOften',
245245
'validation' => ['required'],
246246
'options' => [
247-
'Never',
248247
'Daily',
249248
'Weekly',
250249
'Bi-Weekly',
251250
'Monthly',
252251
'Quarterly',
253252
'Yearly',
253+
'Never',
254254
],
255255
],
256256
])->surveys()->attach($survey->id, ['order' => $order]);

0 commit comments

Comments
 (0)