mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-16 12:29:17 +08:00
9 lines
93 B
PHP
9 lines
93 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
use yii\base\Model;
|
|
|
|
return new class () extends Model {
|
|
};
|