Skip to content

Commit

Permalink
API Standardise extension hooks (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Aug 27, 2024
1 parent c93ce32 commit 0230c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ErrorPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ protected function getDefaultRecords()
]
];

$this->extend('getDefaultRecords', $data);
$this->extend('updateDefaultRecords', $data);

return $data;
}
Expand Down

0 comments on commit 0230c7d

Please sign in to comment.