Skip to content

Commit d583740

Browse files
authored
change the response alias (#31702)
1 parent fe08478 commit d583740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Http/Response.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
use Illuminate\Contracts\Support\Renderable;
99
use Illuminate\Support\Traits\Macroable;
1010
use JsonSerializable;
11-
use Symfony\Component\HttpFoundation\Response as BaseResponse;
11+
use Symfony\Component\HttpFoundation\Response as SymfonyResponse;
1212
use Symfony\Component\HttpFoundation\ResponseHeaderBag;
1313

14-
class Response extends BaseResponse
14+
class Response extends SymfonyResponse
1515
{
1616
use ResponseTrait, Macroable {
1717
Macroable::__call as macroCall;

0 commit comments

Comments
 (0)