Parse error

This commit is contained in:
James Cole
2016-11-24 19:16:15 +01:00
parent 7ebb68e36c
commit d9849f60c0

View File

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