This commit is contained in:
James Cole
2016-10-22 22:03:00 +02:00
parent 49e32abd3f
commit a8a8afc2be
6 changed files with 32 additions and 21 deletions

View File

@@ -37,7 +37,7 @@ class AccountFormRequest extends Request
/**
* @return array
*/
public function getAccountDate(): array
public function getAccountData(): array
{
return [
'name' => trim($this->input('name')),