Skip to content

Commit

Permalink
Remove function as not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-adigital committed Aug 9, 2022
1 parent 7e0a027 commit 8fd4403
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Eventbrite.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,6 @@ static function (Event $event) {
}
);

// Do something after we're installed
Event::on(
Plugins::class,
Plugins::EVENT_AFTER_INSTALL_PLUGIN,
static function (PluginEvent $event) {
if ($event->plugin === $this) {
// We were just installed
}
}
);

/**
* Logging in Craft involves using one of the following methods:
*
Expand Down

0 comments on commit 8fd4403

Please sign in to comment.