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 a039dfd commit 79afa4bCopy full SHA for 79afa4b
src/SegmentChecker.php
@@ -16,7 +16,7 @@ class SegmentChecker
16
17
public function __construct()
18
{
19
- $this->validator = new validator;
+ $this->validator = new Validator;
20
}
21
22
/**
0 commit comments