You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added new line to `DetectsLostConnections` ([#35790](https://github.com/laravel/framework/pull/35790))
10
+
11
+
### Fixed
12
+
- Fixed error from missing null check on PHP 8 in `Illuminate\Validation\Concerns\ValidatesAttributes::validateJson()` ([#35797](https://github.com/laravel/framework/pull/35797))
Copy file name to clipboardExpand all lines: src/Illuminate/Database/DetectsLostConnections.php
+4
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,11 @@ protected function causedByLostConnection(Throwable $e)
44
44
'running with the --read-only option so it cannot execute this statement',
45
45
'The connection is broken and recovery is not possible. The connection is marked by the client driver as unrecoverable. No attempt was made to restore the connection.',
0 commit comments