Fix merge

This commit is contained in:
Nicolas Grekas 2015-06-18 15:42:09 +02:00
parent 7617492914
commit f3d6bbff59
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;
}
}
}