Example #1
0
 public function out($backTo = null)
 {
     Authentication::out($backTo);
 }
Example #2
0
 public function out($r = "home")
 {
     Authentication::out($r);
 }