From a281d1c6def82bddec02ee500f682f7f79782281 Mon Sep 17 00:00:00 2001 From: bigboss Date: Tue, 25 Apr 2023 15:22:20 -0300 Subject: [PATCH] fixes --- src/Form/Type/VendorChoiceType.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Form/Type/VendorChoiceType.php b/src/Form/Type/VendorChoiceType.php index afdf0da..d2fd512 100644 --- a/src/Form/Type/VendorChoiceType.php +++ b/src/Form/Type/VendorChoiceType.php @@ -15,7 +15,6 @@ final class VendorChoiceType extends AbstractType { - public function __construct( private VendorRepositoryInterface $vendorRepository ) {