Fix formatting and interfaces in nearly every file
This commit is contained in:
@@ -9,12 +9,12 @@ class Setting extends Resource
|
||||
public function toArray($request)
|
||||
{
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'type' => $this->type,
|
||||
'name' => $this->name,
|
||||
'value' => $this->value,
|
||||
'group' => $this->group,
|
||||
'order' => $this->order,
|
||||
'id' => $this->id,
|
||||
'type' => $this->type,
|
||||
'name' => $this->name,
|
||||
'value' => $this->value,
|
||||
'group' => $this->group,
|
||||
'order' => $this->order,
|
||||
'description' => $this->description,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user