Skip to content

Commit a53b7e0

Browse files
committed
restrore the original function
1 parent c7d3dd5 commit a53b7e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

administrator/components/com_content/src/Controller/FeaturedController.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
class FeaturedController extends ArticlesController
2323
{
2424
/**
25-
* Proxy for getModel.
25+
* Method to get a model object, loading it if required.
2626
*
2727
* @param string $name The model name. Optional.
2828
* @param string $prefix The class prefix. Optional.
29-
* @param array $config The array of possible config values. Optional.
29+
* @param array $config Configuration array for model. Optional.
3030
*
31-
* @return \Joomla\CMS\MVC\Model\BaseDatabaseModel
31+
* @return \Joomla\CMS\MVC\Model\BaseDatabaseModel The model.
3232
*
33-
* @since __DEPLOYMENT_VERSION__
33+
* @since 1.6
3434
*/
3535
public function getModel($name = 'Feature', $prefix = 'Administrator', $config = ['ignore_request' => true])
36-
{
36+
{
3737
return parent::getModel($name, $prefix, $config);
3838
}
3939
}

0 commit comments

Comments
 (0)