Configure PPM to use correct bridge class

pull/36/head
Franz Liedke 2016-04-19 11:07:16 +09:00
parent 2a53b0367d
commit 158f2020c8
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"bridge": "Franzl\\PHPPM\\Psr7\\Psr7Bridge",
"bridge": "PHPPM\\Psr7\\Psr7Bridge",
"host": "127.0.0.1",
"port": 8080,
"workers": 8,