Closed rvanlaak closed 9 years ago
Why would you access a nonexistent setting? I only see two cases here: There's either a typo in the name or a database migration inserting the setting wasn't executed yet. Throwing an exception is fine in both cases.
... and minor code style fixes.