mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
searchbox label
This commit is contained in:
@@ -6,4 +6,9 @@ namespace App\Models;
|
||||
class Codec extends NexusModel
|
||||
{
|
||||
protected $table = 'codecs';
|
||||
|
||||
public static function getLabelName()
|
||||
{
|
||||
return nexus_trans('searchbox.sub_category_codec_label');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user