Skip to content

Commit

Permalink
fix: pass contact info to eseye (#420)
Browse files Browse the repository at this point in the history
* fix: pass contact info to eseye

* style: styleci
  • Loading branch information
Crypta-Eve authored Jan 24, 2025
1 parent c1ddfa0 commit ec0017a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/EseyeClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function __construct()
$config->http_client = Client::class;
$config->http_stream_factory = HttpFactory::class;
$config->http_request_factory = HttpFactory::class;
$config->http_user_agent = sprintf('SeAT %s', $version);
$config->http_user_agent = sprintf('SeAT %s/%s', $version, setting('admin_contact', true));

$config->logger = Log::channel('eseye');
$config->cache = Cache::store('eseye');
Expand Down

0 comments on commit ec0017a

Please sign in to comment.