-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add Config and Migration, Update Adapter.php #11
Conversation
aphraoh
commented
Mar 28, 2024
Q | A |
---|---|
Is bugfix? | ✔️ |
New feature? | ❌ |
Breaks BC? | ❌ |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #11 +/- ##
========================================
Coverage 0.00% 0.00%
- Complexity 22 28 +6
========================================
Files 1 2 +1
Lines 84 112 +28
========================================
- Misses 84 112 +28 ☔ View full report in Codecov by Sentry. |
@vjik could you please merge this one too. Thanx |
config/di.php
Outdated
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.
You can remove configuration with empty array.
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.
Hi @vjik, when I do that there is issues either with composer update or something else, I can not remember what it was or why, can we leave it for now?
Co-authored-by: Dmitriy Derepko <xepozz@list.ru>