We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f64d3 commit f4b76d3Copy full SHA for f4b76d3
queues.md
@@ -1467,8 +1467,8 @@ class SyncChatHistory implements ShouldQueue
1467
$user->authorize('sync-chat-history');
1468
1469
$response = Http::throw()->get(
1470
- "https://chat.laravel.test/?user={$user->uuid}
1471
- ");
+ "https://chat.laravel.test/?user={$user->uuid}"
+ );
1472
1473
// ...
1474
}
0 commit comments