@@ -1,7 +1,6 @@ |
||
| 1 | 1 | <?php namespace BuildR\Collection\Collection; |
| 2 | 2 | |
| 3 | 3 | use BuildR\Collection\Interfaces\CollectionInterface; |
| 4 | -use BuildR\Foundation\Object\ArrayConvertibleInterface; |
|
| 5 | 4 | |
| 6 | 5 | /** |
| 7 | 6 | * Abstract collection implementation |