feat: rebranding to LaraPaper
Some checks are pending
tests / ci (push) Waiting to run

This commit is contained in:
Benjamin Nussbaum 2026-03-08 14:18:17 +01:00
parent 9df538de16
commit 3abc67ff67
16 changed files with 89 additions and 34 deletions

View file

@ -224,7 +224,7 @@ class Plugin extends Model
if ($this->data_strategy !== 'polling' || ! $this->polling_url) {
return;
}
$headers = ['User-Agent' => 'usetrmnl/byos_laravel', 'Accept' => 'application/json'];
$headers = ['User-Agent' => 'usetrmnl/larapaper', 'Accept' => 'application/json'];
// resolve headers
if ($this->polling_header) {