mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-19 07:07:58 +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
|
|
{
|
|
|
|
};
|