mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 12:10:34 +09:00
Merge pull request #454 from shaohao/Fix-password-issue
Update FormBuilder.php
This commit is contained in:
@@ -331,9 +331,9 @@ class FormBuilder
|
||||
*
|
||||
* @return \Illuminate\Support\HtmlString
|
||||
*/
|
||||
public function password($name, $options = [])
|
||||
public function password($name, $value = null, $options = [])
|
||||
{
|
||||
return $this->input('password', $name, '', $options);
|
||||
return $this->input('password', $name, $value, $options);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user