mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
chore: update dependencies
This commit is contained in:
parent
941305dff6
commit
8eb0b2ccd7
6 changed files with 463 additions and 422 deletions
|
|
@ -44,7 +44,7 @@ class Plugin extends Model
|
|||
if ($this->data_strategy === 'polling' && $this->polling_url) {
|
||||
// Parse headers from polling_header string
|
||||
$headers = ['User-Agent' => 'usetrmnl/byos_laravel', 'Accept' => 'application/json'];
|
||||
|
||||
|
||||
if ($this->polling_header) {
|
||||
$headerLines = explode("\n", trim($this->polling_header));
|
||||
foreach ($headerLines as $line) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue