@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace Opeyemiabiodun\PotatoORM\Models; |
4 | 4 | |
5 | -use RuntimeException; |
|
6 | 5 | use InvalidArgumentException; |
7 | 6 | use Opeyemiabiodun\PotatoORM\Connections\Connection; |
8 | 7 | use Opeyemiabiodun\PotatoORM\Connections\PgSqlConnection; |
9 | 8 | use Opeyemiabiodun\PotatoORM\Exceptions\AssignmentException; |
10 | 9 | use Opeyemiabiodun\PotatoORM\Exceptions\PropertyNotFoundException; |
10 | +use RuntimeException; |
|
11 | 11 | |
12 | 12 | trait Model |
13 | 13 | { |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Opeyemiabiodun\PotatoORM\Connections; |
4 | 4 | |
5 | +use InvalidArgumentException; |
|
5 | 6 | use PDO; |
6 | 7 | use PDOException; |
7 | -use InvalidArgumentException; |
|
8 | 8 | |
9 | 9 | final class SqliteConnection implements Connection |
10 | 10 | { |