Lint
This commit is contained in:
parent
f8d2be9df5
commit
6b7de1446f
|
@ -16,7 +16,7 @@ class GenerateRequest extends ActionRequest implements HasContributionData {
|
|||
/**
|
||||
* @return array<string, string>
|
||||
*/
|
||||
public function payload(): array
|
||||
protected function payloada(): array
|
||||
{
|
||||
return json_decode(rawurldecode(base64_decode($this->input('payload', ''))), true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue