Skip to content

Commit d6a80f9

Browse files
committed
fix
Model to AR
1 parent 58c253e commit d6a80f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/steps/step-000.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ index.php?r=gii</a> и выбрать пункт **Model Generator**. Как м
417417
потребуется внести некоторые изменения в модель. Добавим элемент "проверочный код" - `verifyCode`, как свойство модели:
418418

419419
```php
420-
class Interview extends Model
420+
class Interview extends \yii\db\ActiveRecord
421421
{
422422
public $verifyCode;
423423

0 commit comments

Comments
 (0)