mirror of
https://github.com/flarum/core.git
synced 2025-08-12 03:14:33 +02:00
Apply fixes from StyleCI
This commit is contained in:
@@ -50,7 +50,7 @@ class Akismet
|
||||
$client = new Client();
|
||||
|
||||
return $client->request('POST', "$this->apiUrl/$type", [
|
||||
'headers' => [
|
||||
'headers' => [
|
||||
'User-Agent' => "Flarum/$this->flarumVersion | Akismet/$this->extensionVersion",
|
||||
],
|
||||
'form_params' => $this->params,
|
||||
|
Reference in New Issue
Block a user