fixed typo
This commit is contained in:
parent
047f34863d
commit
86064842f4
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ To start we will just send a hardcoded array to the template. Go to you `Homepag
|
||||||
```php
|
```php
|
||||||
$data = [
|
$data = [
|
||||||
'name' => $this->request->getParameter('name', 'stranger'),
|
'name' => $this->request->getParameter('name', 'stranger'),
|
||||||
'menuItems' => 'menuItems' => [['href' => '/', 'text' => 'Homepage']],
|
'menuItems' => [['href' => '/', 'text' => 'Homepage']],
|
||||||
];
|
];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue