From ad3ae2c7402f45fc2035912a66312caa5738d099 Mon Sep 17 00:00:00 2001 From: riasvdv Date: Mon, 7 Oct 2024 07:41:08 +0000 Subject: [PATCH] Fix styling --- src/WithFilePond.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/WithFilePond.php b/src/WithFilePond.php index 5759041..ab57346 100644 --- a/src/WithFilePond.php +++ b/src/WithFilePond.php @@ -52,6 +52,7 @@ public function revert($property, $filename): void if ($upload->getFilename() === $filename) { $upload->delete(); + return false; }