diff options
Diffstat (limited to 'src/Controller.php')
-rw-r--r-- | src/Controller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Controller.php b/src/Controller.php index 42a283b..8c0999b 100644 --- a/src/Controller.php +++ b/src/Controller.php @@ -170,7 +170,7 @@ abstract class Controller */ protected function back() { - $this->redirect($this->router->getLocalReferer() ?: '/', 303); + $this->redirect($this->getLocalReferer() ?: '/', 303); } /** |