Skip to content

Commit

Permalink
Restore removed property.
Browse files Browse the repository at this point in the history
This property stops missing table errors.
  • Loading branch information
markstory committed Oct 11, 2015
1 parent 0d16a5d commit 1d9aed1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_app/TestApp/Controller/RequestActionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
class RequestActionController extends AppController
{

/**
* The default model to use.
*
* @var string
*/
public $modelClass = 'Posts';

/**
* test_request_action method
*
Expand Down

0 comments on commit 1d9aed1

Please sign in to comment.