@@ -3,10 +3,6 @@ |
||
3 | 3 | namespace Mattbit\Flat\Storage; |
4 | 4 | |
5 | 5 | use Mattbit\Flat\Model\DocumentInterface; |
6 | -use Mattbit\Flat\Storage\Filesystem\FilesystemCursor; |
|
7 | - |
|
8 | -use Mattbit\Flat\Storage\EncoderInterface; |
|
9 | - |
|
10 | 6 | use Mattbit\Flat\Exception\DuplicateKeyException; |
11 | 7 | |
12 | 8 | class DocumentStore implements \IteratorAggregate |
@@ -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 { |