Skip to content

Commit

Permalink
add missing use statement
Browse files Browse the repository at this point in the history
needed in CollectionTrait::last()
  • Loading branch information
antograssiot committed Aug 13, 2015
1 parent 9018941 commit 150be2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Collection/CollectionTrait.php
Expand Up @@ -29,6 +29,7 @@
use Cake\Collection\Iterator\TreeIterator;
use Cake\Collection\Iterator\UnfoldIterator;
use Cake\Collection\Iterator\ZipIterator;
use Countable;
use Iterator;
use LimitIterator;
use RecursiveIteratorIterator;
Expand Down

0 comments on commit 150be2d

Please sign in to comment.