This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
Easier brainded syntax
What's changed?
- Added direct set/get for settings values using their names:
$value = $user->settings->color; $user->settings->color = 'red';
What's fixed?
- The
set()
method on the settings now gives a better error description when the setting name isn't found.