mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9491 from mattclegg/1587548119
DOCS: Remove unnecessary `return`
This commit is contained in:
commit
826d1fa4eb
@ -50,7 +50,6 @@ class Handler extends RequestHandler
|
||||
'Title' => _t(__CLASS__ . '.FORM_TITLE', 'Confirm potentially dangerous action'),
|
||||
'Form' => $this->Form()
|
||||
];
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user