@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Nip\Records\Tests; |
4 | 4 | |
5 | -use Mockery as m; |
|
6 | 5 | use Nip\Database\Connections\Connection; |
7 | 6 | use Nip\Records\Record; |
8 | 7 | use Nip\Records\RecordManager as Records; |
@@ -3,8 +3,6 @@ |
||
3 | 3 | namespace Nip\Records\Tests\Relations; |
4 | 4 | |
5 | 5 | use Mockery as m; |
6 | -use Nip\Container\Container; |
|
7 | -use Nip\Database\Connections\Connection; |
|
8 | 6 | use Nip\Records\Record; |
9 | 7 | use Nip\Records\RecordManager; |
10 | 8 | use Nip\Records\Relations\MorphToMany; |