Skip to content

Commit 79afa4b

Browse files
authored
fix: typo class name
1 parent a039dfd commit 79afa4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SegmentChecker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class SegmentChecker
1616

1717
public function __construct()
1818
{
19-
$this->validator = new validator;
19+
$this->validator = new Validator;
2020
}
2121

2222
/**

0 commit comments

Comments
 (0)