mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
docs/guide-ja update [ci skip]
This commit is contained in:
@ -95,7 +95,7 @@ class SiteController extends Controller
|
||||
|
||||
public function actionEntry()
|
||||
{
|
||||
$model = new EntryForm;
|
||||
$model = new EntryForm();
|
||||
|
||||
if ($model->load(Yii::$app->request->post()) && $model->validate()) {
|
||||
// $model に有効なデータを受け取った場合
|
||||
|
Reference in New Issue
Block a user