@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Rougin\Credo; |
4 | 4 | |
5 | -use Doctrine\ORM\Tools\Setup; |
|
6 | -use Doctrine\ORM\EntityManager; |
|
7 | 5 | use Doctrine\Common\ClassLoader; |
8 | 6 | use Doctrine\Common\Util\Inflector; |
7 | +use Doctrine\ORM\EntityManager; |
|
8 | +use Doctrine\ORM\Tools\Setup; |
|
9 | 9 | |
10 | 10 | use Rougin\SparkPlug\Instance; |
11 | 11 |