Skip to content

Commit 5c71768

Browse files
committed
fixed wrong class name
1 parent 6e1ef7d commit 5c71768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ArangoDBClient/FailoverException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ public function getLeader()
6060
}
6161
}
6262

63-
class_alias(FailoverException::class, '\triagens\ArangoDb\Failover');
63+
class_alias(FailoverException::class, '\triagens\ArangoDb\FailoverException');

0 commit comments

Comments
 (0)