Commit cd604b5b authored by Shakarim Sapa's avatar Shakarim Sapa

- Корректировка создания экземпляра класса

parent 251afba2
......@@ -48,7 +48,7 @@ class CasesAdminController extends AdminController {
*/
public function actionCreatecase()
{
$model = new CoContent;
$model = new CoContent();
Yii::$app->controller->page_title = 'Добавить кейс';
......
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