Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
MarceauKa committed Feb 18, 2017
1 parent a5cf686 commit 120bcb0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Services/ImpersonateManager.php
Expand Up @@ -127,12 +127,4 @@ public function getLeaveRedirectTo()
{
return config('laravel-impersonate.leave_redirect_to');
}

/**
* @return string
*/
public function getCantAccesIfImpersonateRedirectTo()
{
return config('laravel-impersonate.cant_acces_if_impersonate_redirect_to');
}
}

0 comments on commit 120bcb0

Please sign in to comment.