@@ -5,11 +5,11 @@ |
||
5 | 5 | use Nathanmac\Utilities\Parser\Formats\BSON; |
6 | 6 | use Nathanmac\Utilities\Parser\Formats\FormatInterface; |
7 | 7 | use Nathanmac\Utilities\Parser\Formats\JSON; |
8 | +use Nathanmac\Utilities\Parser\Formats\MSGPack; |
|
8 | 9 | use Nathanmac\Utilities\Parser\Formats\QueryStr; |
9 | 10 | use Nathanmac\Utilities\Parser\Formats\Serialize; |
10 | 11 | use Nathanmac\Utilities\Parser\Formats\XML; |
11 | 12 | use Nathanmac\Utilities\Parser\Formats\YAML; |
12 | -use Nathanmac\Utilities\Parser\Formats\MSGPack; |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * Parser Library, designed to parse payload data from various formats to php array. |