webapix / mygls-sdk

An unofficial lightweight PHP SDK for the MyGLS (GLS logistics) REST API.
MIT License
28 stars 10 forks source link

Docs error #26

Closed piotrpog closed 4 months ago

piotrpog commented 4 months ago

In there: https://github.com/webapix/mygls-sdk/wiki/PrintLabels

You have:

use Webapix\Requests\PrepareLabels;

Instead of

use Webapix\GLS\Requests\PrepareLabels;
zsocakave commented 4 months ago

thanks, we fixed it!