mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -330,8 +330,7 @@ class Settings extends Model
|
||||
*/
|
||||
public static function settingsUpdate(array $data = [])
|
||||
{
|
||||
foreach ($data as $key => $value)
|
||||
{
|
||||
foreach ($data as $key => $value) {
|
||||
self::query()->where('setting', $key)->update(['value' => $value]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user