mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Reformat with pint
This commit is contained in:
@@ -22,7 +22,7 @@ class Setting extends Model
|
||||
return;
|
||||
}
|
||||
|
||||
$set = new Setting();
|
||||
$set = new Setting;
|
||||
$set->option = $key;
|
||||
$set->value = $setting;
|
||||
$set->save();
|
||||
|
||||
Reference in New Issue
Block a user