Skip to content

Commit ebd86fb

Browse files
added support for v4.3
1 parent 3aa1ea4 commit ebd86fb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/protocol/V4_3.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
namespace Bolt\protocol;
4+
5+
/**
6+
* Class Protocol version 4.3
7+
*
8+
* @author Michal Stefanak
9+
* @link https://github.com/neo4j-php/Bolt
10+
* @package Bolt\protocol
11+
*/
12+
class V4_3 extends V4_1
13+
{
14+
15+
}

0 commit comments

Comments
 (0)