'boolean', 'is_recommend' => 'boolean', ]; public function category() { return $this->belongsTo(ArticleCategory::class, 'category_id'); } }