Skip to content

Commit 3f87cd8

Browse files
committed
Fix typo for custom handlers
PR #56
1 parent db6b455 commit 3f87cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/FileConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class FileConfig extends AbstractConfig
2121
*/
2222
public function handlers()
2323
{
24-
return $this->get('hanlders', []);
24+
return $this->get('handlers', []);
2525
}
2626

2727
/**

0 commit comments

Comments
 (0)