This commit is contained in:
Fabien Potencier 2016-03-02 13:35:00 +01:00
parent 5d6a6b3bb5
commit d131828ff8

View File

@ -19,7 +19,7 @@ use Symfony\Component\HttpFoundation\Session\SessionInterface;
trait TargetPathTrait
{
/**
* Set the target path the user should be redirected to after authentication.
* Sets the target path the user should be redirected to after authentication.
*
* Usually, you do not need to set this directly.
*