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; }