-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PPF-436 Create listeners #1103
PPF-436 Create listeners #1103
Conversation
…iq-platform into PPF-436/create-listeners
|
||
private function applyEvents(): void | ||
{ | ||
if (!$this->app->get(Config::class)->isEnabled) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: It is also possible to create the Config class on the stack on line 40 and then pass it in here. But both are fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I already approved, just some minor remarks
Added
This PR adds the listener when an integration is created, to automatically create the integration.
Ticket: https://jira.uitdatabank.be/browse/PPF-436