Skip to content

Commit

Permalink
Fix upper / lower casing
Browse files Browse the repository at this point in the history
  • Loading branch information
edvinaskrucas committed Apr 9, 2016
1 parent 3730434 commit 6b4bf52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ protected function compileControllerStub()
return str_replace(
'{{namespace}}',
$this->getAppNamespace(),
file_get_contents(__DIR__.'/stubs/controllers/VerifyController.stub')
file_get_contents(__DIR__.'/stubs/controllers/verifycontroller.stub')
);
}

Expand Down

0 comments on commit 6b4bf52

Please sign in to comment.