diff --git a/src/CustardCommands/CreateLeafCommand.php b/src/CustardCommands/CreateLeafCommand.php index 35e6675..1d76929 100644 --- a/src/CustardCommands/CreateLeafCommand.php +++ b/src/CustardCommands/CreateLeafCommand.php @@ -193,7 +193,7 @@ protected function getViewBridgeName() public function getDeploymentPackage() { - return new LeafDeploymentPackage(__DIR__ . "/" . \$this->getViewBridgeName() . "ViewBridge.js"); + return new LeafDeploymentPackage(__DIR__ . "/" . \$this->getViewBridgeName() . ".js"); } END; }