Skip to content

Commit

Permalink
Add missing use statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Sep 21, 2014
1 parent e343d46 commit 00602c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/View/Helper/PaginatorHelper.php
Expand Up @@ -17,6 +17,7 @@
use Cake\Event\Event;
use Cake\Utility\Inflector;
use Cake\View\Helper;
use Cake\View\View;

/**
* Pagination Helper class for easy generation of pagination links.
Expand Down

0 comments on commit 00602c5

Please sign in to comment.