Files
nexusphp/app/Models/Standard.php

13 lines
192 B
PHP
Raw Normal View History

2021-05-15 19:29:44 +08:00
<?php
namespace App\Models;
class Standard extends NexusModel
{
2021-06-21 19:56:25 +08:00
public static function getLabelName()
{
2021-06-22 01:04:50 +08:00
return nexus_trans('searchbox.sub_category_standard_label');
2021-06-21 19:56:25 +08:00
}
2021-05-15 19:29:44 +08:00
}