Skip to content
Snippets Groups Projects
Commit 840c1fd9 authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3229021 by yas: Hotfix - Fix an Internal Server Error: Declaration of...

Issue #3229021 by yas: Hotfix - Fix an Internal Server Error: Declaration of TerraformVariableDeleteMultipleForm::getCancelUrl(): Url must be compatible with getCancelUrl(): TrustedCallbackInterface
parent 0b19d6f6
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ class TerraformVariableDeleteMultipleForm extends TerraformDeleteMultipleForm {
/**
* {@inheritdoc}
*/
public function getCancelUrl(): TrustedCallbackInterface {
public function getCancelUrl(): TrustedCallbackInterface {
$route = \Drupal::routeMatch();
return new Url(
'entity.' . $this->entityTypeId . '.collection', [
......
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