@@ -2,9 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace ntentan\atiaa; |
| 4 | 4 | |
| 5 | -use ntentan\panie\Container; |
|
| 6 | -use ntentan\utils\Text; |
|
| 7 | - |
|
| 8 | 5 | class DbContext |
| 9 | 6 | { |
| 10 | 7 | |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace ntentan\atiaa; |
| 4 | 4 | |
| 5 | -use ntentan\atiaa\exceptions\DatabaseDriverException; |
|
| 6 | 5 | use ntentan\atiaa\exceptions\ConnectionException; |
| 6 | +use ntentan\atiaa\exceptions\DatabaseDriverException; |
|
| 7 | 7 | |
| 8 | 8 | /** |
| 9 | 9 | * A driver class for connecting to a specific database platform. |