1
0
mirror of https://github.com/elyby/accounts.git synced 2025-03-10 10:19:12 +05:30

13 lines
147 B
PHP
Raw Normal View History

<?php
namespace api\models\base;
use yii\base\Model;
class ApiForm extends Model {
public function formName() {
return '';
}
}