Parse error

This commit is contained in:
James Cole 2016-11-24 19:16:15 +01:00
parent 7ebb68e36c
commit d9849f60c0
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -160,7 +160,7 @@ class JournalFormRequest extends Request
*/ */
private function getFieldOrEmptyString(string $field): string private function getFieldOrEmptyString(string $field): string
{ {
$tring = $this->get($field) ?? '' $tring = $this->get($field) ?? '';
return trim($string); return trim($string);
} }
} }