Skip to content

Commit

Permalink
Missing Jetstream/Socialstream code
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Jun 13, 2024
1 parent 556a1cc commit 515961d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
require __DIR__.'/socialstream.php';require __DIR__.'/socialstream.php';require __DIR__.'/socialstream.php';

0 comments on commit 515961d

Please sign in to comment.