array_reverse() added to sort events by day.
This commit is contained in:
parent
60fe8cfc18
commit
b229a3a8b8
|
@ -121,6 +121,8 @@ class SubscriptionEventRepository extends EntityRepository
|
||||||
$result[] = reset($row);
|
$result[] = reset($row);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$result = array_reverse($result);
|
||||||
|
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue