section basic

This commit is contained in:
xiaomlove
2022-10-27 20:21:54 +08:00
parent 0053d14183
commit ce5d99c16a
92 changed files with 3188 additions and 1367 deletions

View File

@@ -18,4 +18,9 @@ class Category extends NexusModel
{
return $this->belongsTo(Icon::class, 'icon_id');
}
public function search_box()
{
return $this->belongsTo(SearchBox::class, 'mode', 'id');
}
}