event category -> categories (multiselect)
This commit is contained in:
parent
75cb23e948
commit
f4e95f987d
3 changed files with 4 additions and 4 deletions
|
|
@ -39,7 +39,7 @@ function createArraySession($event, $session) {
|
|||
$arraySession['bookableStock'] = $isMapadoEvent ? $session->bookableStock()->value() : 'free';
|
||||
$arraySession['totalStock'] = $isMapadoEvent ? (int) $event->totalStock()->value() : 'free';
|
||||
$arraySession['color'] = $event->color();
|
||||
$arraySession['category'] = $event->category();
|
||||
$arraySession['categories'] = $event->categories();
|
||||
|
||||
return $arraySession;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue