set($key); } try { return app('setting')->get($key, $default); } catch (PDOException) { return $default; } } }