@@ -8,8 +8,7 @@ |
||
8 | 8 | |
9 | 9 | class_alias( |
10 | 10 | version_compare(Application::VERSION, '5.4.0', '>=') ? |
11 | - 'Illuminate\Http\Exceptions\HttpResponseException' : |
|
12 | - 'Illuminate\Http\Exception\HttpResponseException', |
|
11 | + 'Illuminate\Http\Exceptions\HttpResponseException' : 'Illuminate\Http\Exception\HttpResponseException', |
|
13 | 12 | __NAMESPACE__ . '\HttpResponseException' |
14 | 13 | ); |
15 | 14 |