Skip to content

Commit

Permalink
Fix inheritance to use a class that exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 9, 2013
1 parent 4701a5a commit a43d418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/I18nModel.php
Expand Up @@ -20,7 +20,7 @@
*
* @package Cake.Model
*/
class I18nModel extends AppModel {
class I18nModel extends Model {

/**
* Model name
Expand Down

0 comments on commit a43d418

Please sign in to comment.