Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2017-01-28 06:01:29 +0300
committerGitHub <noreply@github.com>2017-01-28 06:01:29 +0300
commitee48d0346b01959f8fdf118e0e072b35e0b243e7 (patch)
treeda410335008da538f1ba7290939c983739273b4b
parent47cc6ff94cc1a3f3c23e0828ea53440c2be4e4a7 (diff)
Fix extra period
-rw-r--r--app/Http/Controllers/UserController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/Controllers/UserController.php b/app/Http/Controllers/UserController.php
index df0935c..a7df828 100644
--- a/app/Http/Controllers/UserController.php
+++ b/app/Http/Controllers/UserController.php
@@ -93,7 +93,7 @@ class UserController extends Controller {
}
else {
// email activation is necessary
- $response = redirect(route('login'))->with('success', 'Thanks for signing up! Please confirm your email to continue..');
+ $response = redirect(route('login'))->with('success', 'Thanks for signing up! Please confirm your email to continue.');
$active = 0;
}