Skip to content

Commit 78bf839

Browse files
authored
fix #1
1 parent f9bc584 commit 78bf839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Pusher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function __call($name, $arguments)
2929

3030
private function setHandle($name, $arguments)
3131
{
32-
$className = $this->namespace . $name;
32+
$className = $this->namespace . ucwords($name);
3333

3434
if (false === class_exists($className)) {
3535
throw new ClassNotFound(

0 commit comments

Comments
 (0)