summaryrefslogtreecommitdiffstats
path: root/src/Controller.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Controller.php')
-rw-r--r--src/Controller.php2
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);
}
/**