Enforce array trailling commas
[MAILPOET-2090]
This commit is contained in:
@ -41,7 +41,7 @@ class UserFlagsController {
|
||||
UserFlag::createOrUpdate([
|
||||
'user_id' => $current_user_id,
|
||||
'name' => $name,
|
||||
'value' => $value
|
||||
'value' => $value,
|
||||
]);
|
||||
if ($this->isLoaded()) {
|
||||
$this->data[$name] = $value;
|
||||
|
Reference in New Issue
Block a user