Skip to content

Commit 03efea9

Browse files
committed
fix conflicts
2 parents ebfa75f + c25308a commit 03efea9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Illuminate/Database/DetectsLostConnections.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ protected function causedByLostConnection(Throwable $e)
5050
'SSL: Connection timed out',
5151
'SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry.',
5252
'Temporary failure in name resolution',
53+
'SSL: Broken pipe',
5354
]);
5455
}
5556
}

src/Illuminate/Foundation/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Application extends Container implements ApplicationContract, CachesConfig
3333
*
3434
* @var string
3535
*/
36-
const VERSION = '8.32.1';
36+
const VERSION = '8.33.0';
3737

3838
/**
3939
* The base path for the Laravel installation.

0 commit comments

Comments
 (0)