laravel-settings icon indicating copy to clipboard operation
laravel-settings copied to clipboard

Non-static method Unisharp\Setting\Setting::get() should not be called statically

Open magecoders opened this issue 6 years ago • 2 comments

Hi

I am getting the above error when try to access the get method via Settings object.

Setting::get('key');

magecoders avatar Oct 26 '17 09:10 magecoders

I am getting the above error too

iranimij avatar Feb 15 '18 15:02 iranimij

Use Unisharp\Setting\SettingFacade instead of Unisharp\Setting\Setting

nysso avatar Apr 28 '19 20:04 nysso