diff --git a/src/ErrorPage.php b/src/ErrorPage.php index db4c31d..1964f54 100644 --- a/src/ErrorPage.php +++ b/src/ErrorPage.php @@ -258,7 +258,7 @@ protected function getDefaultRecords() ] ]; - $this->extend('getDefaultRecords', $data); + $this->extend('updateDefaultRecords', $data); return $data; }