From a9127f0679e3188ea79eba101be5959d6eb35a08 Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Thu, 31 Oct 2024 12:07:28 -0400 Subject: [PATCH] we do. --- src/Forms/Tags.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Forms/Tags.php b/src/Forms/Tags.php index 9be369dc68..f44018e7c6 100644 --- a/src/Forms/Tags.php +++ b/src/Forms/Tags.php @@ -173,7 +173,6 @@ public function success() return str($successMessage)->length() > 0; } - // TODO: Should probably output success string instead of `true` boolean for consistency. return $successMessage; }