horstoeko / zugferd-laravel

A simple ZUGFeRD/XRechnung/Factur-X Library for Laravel
https://github.com/horstoeko/zugferd-laravel
MIT License
12 stars 4 forks source link

Can not create documents #1

Closed Peeet93 closed 1 week ago

Peeet93 commented 1 week ago

Describe the bug If i try to call this method: ZugferdLaravel::createDocumentInXRechnung30Profile(); i get this error: Call to protected horstoeko\zugferd\ZugferdDocument::__construct() from scope horstoeko\zugferdlaravel\ZugferdLaravel

Additional information:

If you make the constructor of ZugpferdDocument public, it is working again

horstoeko commented 1 week ago

Hi @Peeet93,

thank you for your issue. I've made a fix and a new release v1.0.2. I would be delighted to receive feedback. If the issue is resolved with the new release, please close the issue yourself.

Kind regards