add program lines style mobile
This commit is contained in:
parent
38da839b89
commit
ea0cb004aa
6 changed files with 68 additions and 38 deletions
|
|
@ -30,7 +30,7 @@ function createArraySession($event, $session) {
|
|||
$arraySession = $session->toArray();
|
||||
|
||||
$arraySession['title'] = $event->title()->value();
|
||||
$arraySession['authors'] = $event->authors();
|
||||
$arraySession['authors'] = $event->authors()->inline();
|
||||
$arraySession['place'] = $event->place();
|
||||
$arraySession['public'] = $event->public();
|
||||
$arraySession['event-url'] = $event->url();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue