mirror of
https://framagit.org/tykayn/date-poll-api
synced 2023-08-25 08:23:11 +02:00
reorder fields for poll display
This commit is contained in:
parent
85efc2cbe5
commit
83978f1757
@ -104,7 +104,7 @@ class PollController extends EmailsController {
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
// free access to poll
|
// free access to poll
|
||||||
return $this->json( $poll->display() );
|
return $this->json( sort( $poll->display()) );
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
1662
src/Entity/Poll.php
1662
src/Entity/Poll.php
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user