Skip to content

Commit 565dc8c

Browse files
ISSUE-67: Updated EntityType for Symfony 2.8
1 parent af0255f commit 565dc8c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/EntityType.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,4 @@ public function configureOptions(OptionsResolver $resolver)
111111
'Doctrine\Common\Persistence\ObjectManager',
112112
));
113113
}
114-
115-
/**
116-
* Returns the name of this type.
117-
*
118-
* @return string
119-
*/
120-
public function getName()
121-
{
122-
return 'entity';
123-
}
124114
}

0 commit comments

Comments
 (0)