From 076489a7b109610a110eb7089a9c1fa3e0828fd3 Mon Sep 17 00:00:00 2001 From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com> Date: Tue, 22 Jul 2025 00:26:53 +0300 Subject: [PATCH] Remove ConfirmObject import --- notifications.md | 1 - 1 file changed, 1 deletion(-) diff --git a/notifications.md b/notifications.md index 21c0d4dbbf..0e30611e15 100644 --- a/notifications.md +++ b/notifications.md @@ -1360,7 +1360,6 @@ If a notification supports being sent as a Slack message, you should define a `t ```php use Illuminate\Notifications\Slack\BlockKit\Blocks\ContextBlock; use Illuminate\Notifications\Slack\BlockKit\Blocks\SectionBlock; -use Illuminate\Notifications\Slack\BlockKit\Composites\ConfirmObject; use Illuminate\Notifications\Slack\SlackMessage; /**