bestit / flagception-bundle

Feature flags on steroids!
MIT License
210 stars 42 forks source link

Fix debug:config console-command #101

Open prilka opened 2 years ago

prilka commented 2 years ago

The console debug:config flagception command currently throws the following error:

In AbstractConfigCommand.php line 126:

The extension with alias "flagception" does not have its getConfiguration() method setup.

This PR fixes this problem