Commit 88c5c7d8 authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавлены аннотации к коду

parent 68412777
......@@ -56,6 +56,10 @@ class CourseAdminController extends AdminController {
);
}
/**
* @param $id
* @return string
*/
public function actionView($id){
return $this->render('view', [
'model' => $this->findModel($id),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment