Skip to content

Commit

Permalink
Updates internal event
Browse files Browse the repository at this point in the history
  • Loading branch information
BenParizek committed Sep 5, 2023
1 parent 98fe533 commit f231a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SproutDataStudio.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function init(): void

Event::on(
Modules::class,
Modules::EVENT_REGISTER_SPROUT_AVAILABLE_MODULES,
Modules::INTERNAL_SPROUT_EVENT_REGISTER_AVAILABLE_MODULES,
static function(RegisterComponentTypesEvent $event) {
$event->types[] = DataStudioModule::class;
}
Expand Down

0 comments on commit f231a31

Please sign in to comment.