`CustomVarTable`: Import `Closure`

The property `$hookApplier` is of type `Closure`, hence it has been imported.
This commit is contained in:
raviks789 2023-08-15 12:53:20 +02:00
parent c4a3cee94a
commit e0f02c1d62
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ use ipl\Html\HtmlDocument;
use ipl\Html\HtmlElement;
use ipl\Html\Text;
use ipl\Web\Widget\Icon;
use Closure;
class CustomVarTable extends BaseHtmlElement
{