From 515961d1e759d0318c4fe3a8b0c3ed14394e0010 Mon Sep 17 00:00:00 2001 From: Curtis Delicata Date: Thu, 13 Jun 2024 03:40:00 +0000 Subject: [PATCH] Missing Jetstream/Socialstream code --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 7af8f34b..2fd9ff76 100644 --- a/routes/web.php +++ b/routes/web.php @@ -26,4 +26,4 @@ Route::get('/team-invitations/{invitation}', [TeamInvitationController::class, 'accept']) ->middleware(['signed', 'verified', 'auth', AuthenticateSession::class]) ->name('team-invitations.accept'); -require __DIR__.'/socialstream.php';require __DIR__.'/socialstream.php'; \ No newline at end of file +require __DIR__.'/socialstream.php';require __DIR__.'/socialstream.php';require __DIR__.'/socialstream.php'; \ No newline at end of file