mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
section basic
This commit is contained in:
@@ -13,4 +13,9 @@ class AudioCodec extends NexusModel
|
||||
{
|
||||
return nexus_trans('searchbox.sub_category_audio_codec_label');
|
||||
}
|
||||
|
||||
public function search_box()
|
||||
{
|
||||
return $this->belongsTo(SearchBox::class, 'mode', 'id');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user