Completed
Pull Request — master (#9)
by Samuel
03:39
created
src/Repository.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,15 +2,15 @@
 block discarded – undo
2 2
 
3 3
 namespace SimpleMapper;
4 4
 
5
+use Exception;
5 6
 use Nette\Database\Context;
6 7
 use Nette\Database\DriverException;
7 8
 use Nette\Database\Table\ActiveRow as NetteDatabaseActiveRow;
8 9
 use Nette\Database\Table\Selection as NetteDatabaseSelection;
10
+use PDOException;
9 11
 use SimpleMapper\Behaviour\Behaviour;
10 12
 use SimpleMapper\Structure\Structure;
11 13
 use Traversable;
12
-use Exception;
13
-use PDOException;
14 14
 
15 15
 /**
16 16
  * Base repository class
Please login to merge, or discard this patch.