mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
This commit is contained in:
parent
887c4d130b
commit
a86315c5c7
1 changed files with 4 additions and 0 deletions
|
|
@ -434,6 +434,10 @@ HTML;
|
||||||
#[Computed]
|
#[Computed]
|
||||||
private function parsedUrls()
|
private function parsedUrls()
|
||||||
{
|
{
|
||||||
|
if (!isset($this->polling_url)) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
return $this->plugin->resolveLiquidVariables($this->polling_url);
|
return $this->plugin->resolveLiquidVariables($this->polling_url);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue