Fix StyleCI reported issues
This commit is contained in:
parent
7ffe9437a3
commit
3a7f8fb647
4 changed files with 4 additions and 3 deletions
|
@ -45,8 +45,8 @@ class SendWebMentions extends Job implements ShouldQueue
|
|||
$this->guzzle->post($endpoint, [
|
||||
'form_params' => [
|
||||
'source' => $this->note->longurl,
|
||||
'target' => $url
|
||||
]
|
||||
'target' => $url,
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue