Skip to content

Commit 50fa8b7

Browse files
author
Robin de Graaf
committed
Small static anaylsis fix
1 parent da5ec80 commit 50fa8b7

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Parable PHP Query
22

3+
## 1.0.1
4+
5+
_Changes_
6+
- Small static analysis fix.
7+
38
## 1.0.0
49

510
It's time! Finally a 1.0.0 release, locking the interface in place for at least a while.

src/Builder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Parable\Query\Translators\DeleteTranslator;
66
use Parable\Query\Translators\InsertTranslator;
77
use Parable\Query\Translators\SelectTranslator;
8+
use Parable\Query\Translators\TranslatorInterface;
89
use Parable\Query\Translators\UpdateTranslator;
910
use PDO;
1011

0 commit comments

Comments
 (0)