`CustomVarTable`: Import `Closure`
The property `$hookApplier` is of type `Closure`, hence it has been imported.
This commit is contained in:
parent
c4a3cee94a
commit
e0f02c1d62
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue