We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ed3f7 commit c5b6eeeCopy full SHA for c5b6eee
Form/EventListener/SingleUploadSubscriber.php
@@ -160,7 +160,7 @@ private function isFieldSingleUpload(ResolvedFormTypeInterface $formTypeInterfac
160
if ($formTypeInterface == null) {
161
return false;
162
}
163
- if (get_class($formTypeInterface->getInnerType()) == 'Admingen\FormExtensionsBundle\Form\Type\SingleUploadType') {
+ if (get_class($formTypeInterface->getInnerType()) == 'Admingenerator\FormExtensionsBundle\Form\Type\SingleUploadType') {
164
return true;
165
166
0 commit comments