Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 34aa711

Browse files
committed
Add missing default layout
1 parent 1ecce32 commit 34aa711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ConfigProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public function getDependencies() : array
3838
public function getTemplates() : array
3939
{
4040
return [
41+
'layout' => 'layout::default',
4142
'paths' => [],
4243
];
4344
}

0 commit comments

Comments
 (0)