We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5ec80 commit 50fa8b7Copy full SHA for 50fa8b7
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Parable PHP Query
2
3
+## 1.0.1
4
+
5
+_Changes_
6
+- Small static analysis fix.
7
8
## 1.0.0
9
10
It's time! Finally a 1.0.0 release, locking the interface in place for at least a while.
src/Builder.php
@@ -5,6 +5,7 @@
use Parable\Query\Translators\DeleteTranslator;
use Parable\Query\Translators\InsertTranslator;
use Parable\Query\Translators\SelectTranslator;
+use Parable\Query\Translators\TranslatorInterface;
use Parable\Query\Translators\UpdateTranslator;
use PDO;
11
0 commit comments