We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca07485 + 10d9c44 commit 00f4738Copy full SHA for 00f4738
src/Controller/PanelsController.php
@@ -53,7 +53,7 @@ public function beforeFilter(Event $event)
53
*/
54
public function beforeRender(Event $event)
55
{
56
- $this->viewBuilder()->layout('DebugKit.panel');
+ $this->viewBuilder()->layout('DebugKit.panel')->className('View');
57
}
58
59
/**
src/Controller/RequestsController.php
@@ -48,7 +48,7 @@ public function beforeFilter(Event $event)
48
49
50
51
- $this->viewBuilder()->layout('DebugKit.toolbar');
+ $this->viewBuilder()->layout('DebugKit.toolbar')->className('View');
52
0 commit comments