js(__DIR__ . '/js/dist/admin.js'), (new Extend\Frontend('forum')) ->js(__DIR__ . '/js/dist/forum.js'), (new Extend\Console()) ->command(TestTeamsUserCommand::class), // ✅ Einziger Notification-Einstiegspunkt: Teams als Driver/Channel (new Extend\Notification()) ->driver('teams', TeamsNotificationDriver::class, []), ];