Skip to content

Commit

Permalink
API Standardise extension hooks (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Aug 27, 2024
1 parent 71d129a commit f2e9897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/SiteTreeContentReview.php
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ public function providePermissions()
* If the queued jobs module is installed, queue up the first job for 9am tomorrow morning
* (by default).
*/
public function requireDefaultRecords()
protected function onRequireDefaultRecords()
{
if (class_exists(ContentReviewNotificationJob::class)) {
// Ensure there is not already a job queued
Expand Down

0 comments on commit f2e9897

Please sign in to comment.