From 7fac918a9b954a239b0094b0252466dd95d3be16 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 23 Feb 2019 00:39:02 +0300 Subject: [PATCH] Flextype Core: New Fieldsets API - improvements --- flextype/Fieldsets.php | 1 + 1 file changed, 1 insertion(+) diff --git a/flextype/Fieldsets.php b/flextype/Fieldsets.php index 55187844..2b1578d6 100644 --- a/flextype/Fieldsets.php +++ b/flextype/Fieldsets.php @@ -14,6 +14,7 @@ namespace Flextype; use Flextype\Component\Filesystem\Filesystem; use Flextype\Component\Registry\Registry; +use Flextype\Component\Http\Http; use Flextype\Component\Form\Form; use Flextype\Component\Token\Token; use Flextype\Component\Arr\Arr;