Fix typehint

This commit is contained in:
Luke Towers 2019-10-29 16:33:49 -06:00
parent 0de4f1903f
commit 457466c5af
1 changed files with 1 additions and 1 deletions

View File

@ -1609,7 +1609,7 @@ class Controller
* Adds a cookie with a token for CSRF checks to the response.
* @return Response
*/
protected function addXsrfCookie(\Illuminate\Http\Response $response)
protected function addXsrfCookie(\Symfony\Component\HttpFoundation\Response $response)
{
$config = Config::get('session');