ixudra / toggl

Custom PHP library to connect with the Toggl API - developed by Ixudra
MIT License
27 stars 18 forks source link

Collisions with other trait methods #1

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi,

I'm trying to use your package with Laravel 5.4, but I constantly get the following error: Trait method project has not been applied because there are collisions with other trait methods on Ixudra\Toggl\TogglService, what can I do to solve that?

Best regards, Davide

elimentz commented 7 years ago

Not your fault, I will fix it :-)

ghost commented 7 years ago

@elimentz oh... thank you very much :)

ghost commented 7 years ago

Sorry, accidentally closed the issue

elimentz commented 7 years ago

Fixed. You can now collect project information using the project() method and collect a project report using the projectReport() method.

Apologies for the inconvenience, thanks for reporting the issue!

ghost commented 7 years ago

Thank you @elimentz for the promptly response and fix!