From 9069cdbb687063f2eda431953f5614f7ac6ce226 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Mon, 19 Aug 2024 09:58:32 +1200 Subject: [PATCH] API Standardise extension hooks --- src/ErrorPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }