Write Url instead of URL not to let IDEs report an unused use statement
This commit is contained in:
parent
d17d1ec836
commit
15c8269a57
|
@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue