la_back/common/fixtures/UserFixture.php

11 lines
155 B
PHP
Raw Permalink Normal View History

2023-11-21 19:51:44 +03:00
<?php
namespace common\fixtures;
use yii\test\ActiveFixture;
class UserFixture extends ActiveFixture
{
public $modelClass = 'common\models\User';
}