Skip to content

Commit

Permalink
API Standardise extension hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Aug 19, 2024
1 parent c783f5c commit dab64b4
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 dab64b4

Please sign in to comment.