js(__DIR__ . '/js/dist/admin.js'), // CLI test command (new Extend\Console()) ->command(TestTeamsUserCommand::class), // Existing hook (leave it intact) (new Extend\Notification()) ->beforeSending(MirrorAlertsToTeams::class), // ✅ NEW: Microsoft Teams notification channel (new Extend\Notification()) ->addChannel(TeamsChannel::class), ];