mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-08 00:51:03 +08:00
13 lines
188 B
PHP
13 lines
188 B
PHP
<?php
|
|
|
|
namespace App\Models;
|
|
|
|
|
|
class Source extends NexusModel
|
|
{
|
|
public static function getLabelName()
|
|
{
|
|
return nexus_trans('searchbox.sub_category_source_label');
|
|
}
|
|
}
|