Skip to content

Commit 3e4ddaf

Browse files
committed
Remove type error
1 parent 2083a83 commit 3e4ddaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Views/Components/Frame.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ class Frame extends Component
1616
public $src;
1717

1818
/** @var string|null */
19-
public string|null $target;
19+
public $target;
2020

2121
/** @var string|null */
22-
public string|null $loading;
22+
public $loading;
2323

2424
/**
2525
* Create a new component instance.

0 commit comments

Comments
 (0)