Browse Source

Merge pull request #26 from gildonei/patch-1

Change require of Autoload
pull/27/head
Amir 6 years ago committed by GitHub
parent
commit
46338ba6a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ws/bin/server.php

2
ws/bin/server.php

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
* @date 23-Dec-2016
*/
require '../vendor/autoload.php';
require(realpath(dirname(__FILE__) . '/../') .'/vendor/autoload.php');
use Amir\Comm;

Loading…
Cancel
Save