Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
korotovsky authored Jun 24, 2016
1 parent 50773c8 commit 54f7399
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ public function getSessionExtra()
/**
* Get target path from _security.ID.target_path.
*
* @param string $targetPath
* @param string $default
* @return bool
*/
public function getSessionTargetPath($targetPath, $default = '/')
public function getSessionTargetPath($default = '/')
{
return $this->session->get($this->getSessionTargetPathKey(), $default);
}
Expand Down

0 comments on commit 54f7399

Please sign in to comment.