Write Url instead of URL not to let IDEs report an unused use statement

This commit is contained in:
Alexander A. Klimov 2016-02-23 13:25:55 +01:00
parent d17d1ec836
commit 15c8269a57
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class DashletForm extends Form
if (! $this->getSubmitLabel()) {
$this->setSubmitLabel($this->translate('Add To Dashboard'));
}
$this->setAction(URL::fromRequest());
$this->setAction(Url::fromRequest());
}
/**