Skip to content

Commit a2882da

Browse files
committed
Apply fixes from StyleCI
1 parent 9eba0fa commit a2882da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Http/Requests/UpdateProduct.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function authorize()
6464
public function attributesForCreate(): array
6565
{
6666
$except = ['id', 'deleted_at', 'updated_at', 'created_at', 'units_sold', 'last_sale_at'];
67-
return $this->validated(array_keys($this->rules()),['']);
67+
return $this->validated(array_keys($this->rules()), ['']);
6868
}
6969

7070
protected function prepareForValidation()

0 commit comments

Comments
 (0)