Skip to content

Commit

Permalink
Adding missing use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Sep 25, 2014
1 parent 74ef0d2 commit c1e03c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Collection/functions.php
Expand Up @@ -12,6 +12,7 @@
* @since 2.0.0
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
use Cake\Collection\Collection;

if (!function_exists('collection')) {

Expand Down
1 change: 0 additions & 1 deletion src/basics.php
Expand Up @@ -12,7 +12,6 @@
* @since 0.2.9
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
use Cake\Collection\Collection;
use Cake\Core\Configure;
use Cake\Error\Debugger;
use Cake\I18n\I18n;
Expand Down

0 comments on commit c1e03c4

Please sign in to comment.