Typed property Yiisoft\Form\FormModel::$attributes must not be accessed before initialization
对应出错的地方,页面
<?= Field::text($form, 'name')->addInputAttributes(['class' => 'form-control']) ?>
没有评论