阶段更新
This commit is contained in:
@@ -76,6 +76,11 @@ class Article extends Model
|
||||
return $this->belongsTo(Category::class);
|
||||
}
|
||||
|
||||
public function category_old(): BelongsTo
|
||||
{
|
||||
return $this->belongsTo(CategoryOld::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Notes: description
|
||||
* @Author: 玄尘
|
||||
|
||||
Reference in New Issue
Block a user