From f66c696f1b62408a01d3487c28f22a319e4a7530 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 13 Oct 2023 08:58:24 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Data/Uploads.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Data/Uploads.php b/src/Data/Uploads.php index b7520660..319a722a 100644 --- a/src/Data/Uploads.php +++ b/src/Data/Uploads.php @@ -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();