Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
frknasir authored and github-actions[bot] committed Apr 22, 2022
1 parent 03b6125 commit 0720995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Actions/UpdateCategory.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function __invoke($user, Category $category, array $data)

$category->update(collect($data)->only([
'name',
'type'
'type',
])->toArray());

return $category->refresh();
Expand Down

0 comments on commit 0720995

Please sign in to comment.