1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-17 18:36:39 +02:00

feat(form-plugin): remove html namespace #211

This commit is contained in:
Awilum
2020-02-15 00:40:38 +03:00
parent 91c0b9c68d
commit 810378683f

View File

@@ -12,7 +12,6 @@ declare(strict_types=1);
namespace Flextype;
use Flextype\Component\Arr\Arr;
use Flextype\Component\Html\Html;
use Flextype\Component\Filesystem\Filesystem;
use Psr\Http\Message\ServerRequestInterface as Request;
use function count;