-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Just installed the package in a laravel 11 app and thought I'd try it out in Tinker.
UserPreferences::set('test','test2')
DEPRECATED json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in vendor/robtrehy/laravel-user-preferences/src/UserPreferences.php on line 79.
= null
All working great I just get that deprecation warning.
To Reproduce
Steps to reproduce the behavior:
- Go to Tinker
- Login as a user
- Run UserPreferences::set('test','test2')
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working