Skip to content

Commit 10d9c44

Browse files
committed
Also using the default View class for Panels
1 parent c893965 commit 10d9c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/PanelsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function beforeFilter(Event $event)
5353
*/
5454
public function beforeRender(Event $event)
5555
{
56-
$this->viewBuilder()->layout('DebugKit.panel');
56+
$this->viewBuilder()->layout('DebugKit.panel')->className('View');
5757
}
5858

5959
/**

0 commit comments

Comments
 (0)