Files
nexusphp/app/Models/Team.php
2021-06-21 19:56:25 +08:00

13 lines
184 B
PHP

<?php
namespace App\Models;
class Team extends NexusModel
{
public static function getLabelName()
{
return nexus_trans('searchbox.sub_category_team_label');
}
}