diff --git a/src/Illuminate/Database/DetectsDeadlocks.php b/src/Illuminate/Database/DetectsDeadlocks.php index 5f76096b18ef..dcbbd00bbe21 100644 --- a/src/Illuminate/Database/DetectsDeadlocks.php +++ b/src/Illuminate/Database/DetectsDeadlocks.php @@ -21,6 +21,8 @@ protected function causedByDeadlock(Exception $e) 'Deadlock found when trying to get lock', 'deadlock detected', 'The database file is locked', + 'database is locked', + 'database table is locked', 'A table in the database is locked', 'has been chosen as the deadlock victim', ]);