@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Mattbit\Flat\Storage; |
| 4 | 4 | |
| 5 | -use Mattbit\Flat\Model\Document; |
|
| 6 | 5 | use Mattbit\Flat\Storage\EncoderInterface; |
| 7 | 6 | |
| 8 | 7 | class FilesystemIterator implements \Iterator { |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use Mattbit\Flat\Storage\DocumentStore; |
| 8 | 8 | use Mattbit\Flat\Model\DocumentInterface; |
| 9 | 9 | use Mattbit\Flat\Query\Expression\ExpressionInterface; |
| 10 | -use Traversable; |
|
| 11 | 10 | |
| 12 | 11 | class Collection implements \IteratorAggregate |
| 13 | 12 | { |