Browse Source

Remove unneeded "use" declaration

ADmad 6 years ago
parent
commit
2fb85eb7d1
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/Datasource/SimplePaginator.php

+ 0 - 2
src/Datasource/SimplePaginator.php

@@ -14,8 +14,6 @@
  */
 namespace Cake\Datasource;
 
-use Cake\Datasource\Exception\PageOutOfBoundsException;
-
 /**
  * Simplified paginator which avoids potentially expensives queries
  * to get the total count of records.