akaunting / laravel-setting

Persistent settings package for Laravel
https://akaunting.com
MIT License
488 stars 65 forks source link

Method not found all() #55

Closed pacoorozco closed 4 years ago

pacoorozco commented 4 years ago

Hi,

I'm using your wonderful package in my Laravel 6.x application. Reviewing the issues in Scrutinizer I've seen that it is not able to find some methods.

In fact, if i try to use Setting::all() instead, my IDE is unable to find the class... Can you confirm that it's a fake positive?

Thanks in advance

denisdulici commented 4 years ago

It works fine for me.