From 68520a5ca164e1dc1e710f0a98cc6163006d7127 Mon Sep 17 00:00:00 2001 From: Curtis Delicata Date: Thu, 13 Jun 2024 03:40:26 +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