Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f4b76d3

Browse filesBrowse files
authored
Update queues.md (#10510)
1 parent 35f64d3 commit f4b76d3
Copy full SHA for f4b76d3

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎queues.md

Copy file name to clipboardExpand all lines: queues.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,8 +1467,8 @@ class SyncChatHistory implements ShouldQueue
14671467
$user->authorize('sync-chat-history');
14681468

14691469
$response = Http::throw()->get(
1470-
"https://chat.laravel.test/?user={$user->uuid}
1471-
");
1470+
"https://chat.laravel.test/?user={$user->uuid}"
1471+
);
14721472

14731473
// ...
14741474
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.