diff options
-rw-r--r-- | Http/Util/TargetPathTrait.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Util/TargetPathTrait.php b/Http/Util/TargetPathTrait.php index 62a196e..986adb0 100644 --- a/Http/Util/TargetPathTrait.php +++ b/Http/Util/TargetPathTrait.php @@ -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. * |