Commit bff27e46 authored by Shakarim Sapa's avatar Shakarim Sapa

- Тест

parent 38a7ab1a
...@@ -95,7 +95,7 @@ class CasesAdminController extends AdminController { ...@@ -95,7 +95,7 @@ class CasesAdminController extends AdminController {
return $this->render('create', [ return $this->render('create', [
'model' => $model, 'model' => $model,
// 'id' => 4 'id' => 4
]); ]);
} }
} }
\ No newline at end of file
...@@ -13,7 +13,7 @@ $this->params['breadcrumbs'][] = $this->title; ...@@ -13,7 +13,7 @@ $this->params['breadcrumbs'][] = $this->title;
'_form', '_form',
[ [
'model' => $model, 'model' => $model,
'id' => $id // 'id' => $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