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 db6b455 commit 3f87cd8Copy full SHA for 3f87cd8
src/Config/FileConfig.php
@@ -21,7 +21,7 @@ class FileConfig extends AbstractConfig
21
*/
22
public function handlers()
23
{
24
- return $this->get('hanlders', []);
+ return $this->get('handlers', []);
25
}
26
27
/**
0 commit comments