Skip to content

Commit

Permalink
API Standardise extension hooks (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Aug 27, 2024
1 parent 69ed9a0 commit e251814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/DevBuildExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class DevBuildExtension extends DataExtension
*/
private static bool $enabled = true;

public function onAfterBuild(): void
protected function onAfterBuild(): void
{
if (!static::config()->get('enabled')) {
return;
Expand Down

0 comments on commit e251814

Please sign in to comment.