Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Easier brainded syntax

Compare
Choose a tag to compare
@DarkGhostHunter DarkGhostHunter released this 18 Jul 20:17
· 38 commits to stable since this release
6da6be6

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.