阶段更新

This commit is contained in:
2021-10-11 13:09:29 +08:00
parent d89bc90cef
commit 11b9e2ae76
31 changed files with 1095 additions and 659 deletions

View File

@@ -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: 玄尘