Skip to content

Commit

Permalink
fix: className
Browse files Browse the repository at this point in the history
  • Loading branch information
forecho committed May 25, 2019
1 parent 842f326 commit 65ffa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Express.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ protected function formatPlatformClassName($name)
return $name;
}
$name = \ucfirst(\str_replace(['-', '_', ''], '', $name));
return __NAMESPACE__ . "\\Platforms\\{$name}Platform";
return __NAMESPACE__ . "\\platforms\\{$name}Platform";
}


Expand Down

0 comments on commit 65ffa4c

Please sign in to comment.