Skip to content

Commit

Permalink
[4.0] Class 'Joomla\Component\Content\Administrator\Model\Articles' not
Browse files Browse the repository at this point in the history
found
  • Loading branch information
infograf768 committed Sep 25, 2017
1 parent 2cf2c8e commit 485b5ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -16,7 +16,7 @@
*
* @since 1.6
*/
class FeatureModel extends Article
class FeatureModel extends ArticleModel
{
/**
* Returns a Table object, always creating it.
Expand Down
Expand Up @@ -18,7 +18,7 @@
*
* @since 1.6
*/
class FeaturedModel extends Articles
class FeaturedModel extends ArticlesModel
{
/**
* Constructor.
Expand Down

0 comments on commit 485b5ef

Please sign in to comment.