Skip to content
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

fix: missing property #4208

Merged
merged 1 commit into from
Sep 16, 2022
Merged

fix: missing property #4208

merged 1 commit into from
Sep 16, 2022

Conversation

sylvainmetayer
Copy link
Contributor

When calling drupal generate:event:subscriber :

In EventsTrait.php line 59:
Undefined property: Drupal\Console\Command\Generate\EventSubscriberCommand::$events

The variable could either be in the trait or in the class using it. From what I've seen, it is only used in the EventSubscriberCommand class.

When calling `drupal generate:event:subscriber` : 

```
In EventsTrait.php line 59:
Undefined property: Drupal\Console\Command\Generate\EventSubscriberCommand::$events
```

The variable could either be in the trait or in the class using it. From what I've seen, it is only used in the EventSubscriberCommand class.
@LOBsTerr LOBsTerr merged commit 213e4de into hechoendrupal:master Sep 16, 2022
@LOBsTerr
Copy link
Member

Thank you for your contribution

@sylvainmetayer sylvainmetayer deleted the patch-3 branch September 16, 2022 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants