@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Analogue\ORM\Entity; |
| 6 | 6 | use Analogue\ORM\Plugins\AnaloguePluginInterface; |
| 7 | 7 | use Analogue\ORM\ValueMap; |
| 8 | -use Exception; |
|
| 9 | 8 | use Analogue\ORM\EntityMap; |
| 10 | 9 | use Analogue\ORM\Repository; |
| 11 | 10 | use Illuminate\Support\Collection; |
@@ -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 |