belongsTo(Rule::class,'rule_id','id'); } public function category() { return $this->belongsTo(OldModel\Category::class, 'catid','id'); } }