mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-07 08:20:56 +08:00
13 lines
184 B
PHP
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');
|
|
}
|
|
}
|