Fix merge

This commit is contained in:
Nicolas Grekas 2015-06-18 15:40:06 +02:00
parent 2e7c2caaf2
commit 2a1338ba19
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class RememberMeListener implements ListenerInterface
$this->rememberMeServices->loginFail($request);
if (!$this->catchExceptions) {
throw $failed;
throw $e;
}
}
}