mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
minor changes
This commit is contained in:
@@ -120,7 +120,9 @@ class EventSearch extends AbstractSearch
|
||||
foreach ($search as $item) {
|
||||
$results[] = [
|
||||
'id' => $item->getId(),
|
||||
'text' => $item->getDate()->format('d-m-Y, H:i'). ' → ' .$item->getName()
|
||||
'text' => $item->getDate()->format('d/m/Y, H:i') . ' → ' .
|
||||
// $item->getType()->getName()['fr'] . ': ' . // display the type of event
|
||||
$item->getName()
|
||||
];
|
||||
}
|
||||
return [
|
||||
|
Reference in New Issue
Block a user