Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 13, 2023
1 parent 5627d44 commit f66c696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Uploads.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function anonymize(): void
public function delete(): void
{
// TODO: this currently only removes the entry from the DB, we also need to remove the files from storage.

File::query()
->where('user_id', $this->user->id)
->delete();
Expand Down

0 comments on commit f66c696

Please sign in to comment.