Skip to content

Commit

Permalink
Fix the application namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
yhbyun committed May 21, 2014
1 parent 64a1b39 commit e699e6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Yhbyun/Snowman/Commands/ResourceGeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ public function fire() {
return;
}

$appName = ucwords($appName);

$newCode = <<<EOF
public function register() {
Expand Down

0 comments on commit e699e6a

Please sign in to comment.