Browse Source

Whoops, Tables extend Table not Query

Ammend: reverting change to travis.yml
Patrick Conroy 11 years ago
parent
commit
383cade772
2 changed files with 1 additions and 5 deletions
  1. 0 4
      .travis.yml
  2. 1 1
      tests/test_app/TestApp/Model/Table/ArticlesTable.php

+ 0 - 4
.travis.yml

@@ -48,7 +48,3 @@ script:
 
 notifications:
   email: false
-
-branches:
-  only:
-    - 3.0-paginator_finder_options

+ 1 - 1
tests/test_app/TestApp/Model/Table/ArticlesTable.php

@@ -11,7 +11,7 @@
  */
 namespace TestApp\Model\Table;
 
-use Cake\ORM\Query;
+use Cake\ORM\Table;
 
 /**
  * Article table class