Skip to content
Snippets Groups Projects

ISTWCMS-5544 Refactor add a warning message when deleting content

1 file
+ 0
10
Compare changes
  • Side-by-side
  • Inline
@@ -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}
*/
*/
Loading