We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd27b0 commit d86b827Copy full SHA for d86b827
CHANGELOG.md
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
12
- `Unit tests`
13
- `Docs`
14
- `badges in readme`
15
+- `Invalid config error`
16
17
### Fixes
18
- `Fixed error while loading database drivers dependencies`
README.md
@@ -90,6 +90,7 @@ The codes are the following:
90
| 1 | Config not found |
91
| 2 | Invalid databaseKey |
92
| 3 | Database driver not installed |
93
+| 4 | Invald config file |
94
95
## Usage
96
0 commit comments