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