Missing space
This commit is contained in:
parent
3372dd1fc8
commit
36ae35e14d
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ EOD;
|
||||||
"error_description": "The provided token did not pass validation"
|
"error_description": "The provided token did not pass validation"
|
||||||
}
|
}
|
||||||
EOD;
|
EOD;
|
||||||
|
|
||||||
return (new Response($content, 400))
|
return (new Response($content, 400))
|
||||||
->header('Content-Type', 'application/json');
|
->header('Content-Type', 'application/json');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue