belongsTo(User::class); } public function tarifa(){ return $this ->belongsTo(Tarifas::class); } }