Browse Source

Whoops, Tables extend Table not Query

Patrick Conroy 11 years ago
parent
commit
8ad204f34d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test_app/TestApp/Model/Table/ArticlesTable.php

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

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