mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-14 21:30:17 +08:00
Merge pull request #831 from philippfrenzel/patch-5
add missing return to module template
This commit is contained in:
@@ -16,6 +16,6 @@ class DefaultController extends Controller
|
|||||||
{
|
{
|
||||||
public function actionIndex()
|
public function actionIndex()
|
||||||
{
|
{
|
||||||
$this->render('index');
|
return $this->render('index');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user