mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +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]
|
||||
private function parsedUrls()
|
||||
{
|
||||
if (!isset($this->polling_url)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
try {
|
||||
return $this->plugin->resolveLiquidVariables($this->polling_url);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue