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.
1 parent a977f44 commit b8a069bCopy full SHA for b8a069b
1 file changed
docs/book/v1/other/config-provider/introduction.md
@@ -38,7 +38,7 @@ class ConfigProvider
38
{
39
return [
40
'app' => [__DIR__ . '/../templates/app'],
41
- 'error' => [__DIR__ . '/../templates/error'],
+ 'error' => [__DIR__ . '/../templates/error'],
42
];
43
}
44
0 commit comments