mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-10 21:07:37 +08:00
searchbox label
This commit is contained in:
@@ -6,4 +6,9 @@ namespace App\Models;
|
||||
class Processing extends NexusModel
|
||||
{
|
||||
protected $table = 'processings';
|
||||
|
||||
public static function getLabelName()
|
||||
{
|
||||
return nexus_trans('searchbox.sub_category_processing_label');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user