'int', ]; protected $fillable = [ 'id', 'description', ]; public function category() { return $this->belongsTo(Category::class, 'id'); } }