js(__DIR__ . '/js/dist/admin.js'), (new Extend\Console()) ->command(TestTeamsUserCommand::class), // ✅ EXISTING hook (unchanged) (new Extend\Notification()) ->beforeSending(MirrorAlertsToTeams::class), // ✅ NEW: Microsoft Teams notification driver (new Extend\Notification()) ->driver('teams', TeamsDriver::class), ];