Missing space

This commit is contained in:
Jonny Barnes 2016-07-04 16:26:23 +01:00
parent 3372dd1fc8
commit 36ae35e14d

View file

@ -133,6 +133,7 @@ EOD;
"error_description": "The provided token did not pass validation"
}
EOD;
return (new Response($content, 400))
->header('Content-Type', 'application/json');
}