Skip to content
Snippets Groups Projects
Commit 214de35c authored by Lily Yan's avatar Lily Yan
Browse files

fix

parent ffa6b2e1
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !253. Comments created here will be created in the context of that merge request.
...@@ -33,16 +33,6 @@ class UwDeleteFormEventSubscriber implements EventSubscriberInterface { ...@@ -33,16 +33,6 @@ class UwDeleteFormEventSubscriber implements EventSubscriberInterface {
$this->currentUser = $currentUser; $this->currentUser = $currentUser;
} }
/**
* {@inheritdoc}
*/
public static function create(ContainerInterface $container) {
// Instantiates this form class.
return new static(
$container->get('current_user'),
);
}
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment