value('value') ?? $default; } public static function set($key, $value) { return static::updateOrCreate(['key' => $key], ['value' => $value]); } }