We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c721c94 commit 683eb68Copy full SHA for 683eb68
1 file changed
src/Controller/RequestsController.php
@@ -57,7 +57,7 @@ public function beforeRender(EventInterface $event): void
57
*/
58
public function view(?string $id = null): void
59
{
60
- $toolbar = $this->Requests->get($id, ['contain' => 'Panels']);
+ $toolbar = $this->Requests->get($id, contain: 'Panels');
61
$this->set('toolbar', $toolbar);
62
}
63
0 commit comments