CodeWithKyrian / transformers-php

Transformers PHP is a toolkit for PHP developers to add machine learning magic to their projects easily.
https://codewithkyrian.github.io/transformers-php/
Apache License 2.0
530 stars 28 forks source link

bugfix: https slashes affected when joining paths #19

Closed CodeWithKyrian closed 5 months ago

CodeWithKyrian commented 5 months ago

What:

Description:

This PR fixes the joinPaths method that previously doesn't handle the double slash for remote urls properly.

Related: