Skip to content

Commit ceb8a01

Browse files
Added 4.2 version support
1 parent 1c22676 commit ceb8a01

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/protocol/V4_2.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.2
7+
*
8+
* @author Michal Stefanak
9+
* @link https://github.com/stefanak-michal/Bolt
10+
* @package Bolt\protocol
11+
*/
12+
class V4_2 extends V4_1
13+
{
14+
15+
}

0 commit comments

Comments
 (0)