From 6b4bf5218d90b8e8522f6fdd1cfa700495347b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edvinas=20Kruc=CC=8Cas?= Date: Sat, 9 Apr 2016 11:03:58 +0300 Subject: [PATCH] Fix upper / lower casing --- .../Console/MakeVerificationCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Krucas/LaravelUserEmailVerification/Console/MakeVerificationCommand.php b/src/Krucas/LaravelUserEmailVerification/Console/MakeVerificationCommand.php index d475a8f..4a75b7c 100644 --- a/src/Krucas/LaravelUserEmailVerification/Console/MakeVerificationCommand.php +++ b/src/Krucas/LaravelUserEmailVerification/Console/MakeVerificationCommand.php @@ -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') ); }