@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Analogue\ORM\System\Proxies; |
| 4 | 4 | |
| 5 | -use Closure; |
|
| 6 | 5 | use CachingIterator; |
| 7 | 6 | use Analogue\ORM\EntityCollection; |
| 8 | 7 | use ProxyManager\Proxy\ProxyInterface; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Analogue\ORM\System\InternallyMappable; |
| 6 | 6 | use Analogue\ORM\System\Proxies\ProxyFactory; |
| 7 | -use Analogue\ORM\System\Proxies\CollectionProxy; |
|
| 8 | 7 | |
| 9 | 8 | /** |
| 10 | 9 | * The Wrapper Class provides a single interface access several Entity types |