mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fix lint error
This commit is contained in:
parent
a975b88661
commit
1ec7c4e523
@ -1231,7 +1231,8 @@ class FormField extends RequestHandler
|
|||||||
/**
|
/**
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function isAutofocus() {
|
public function isAutofocus()
|
||||||
|
{
|
||||||
return $this->autofocus;
|
return $this->autofocus;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user