Small correction in examples

This commit is contained in:
bertrandgauthier 2017-01-06 12:50:21 +01:00
parent 8df665610b
commit 1adfe21185

View File

@ -1,6 +1,6 @@
<?php
// Test this using following command
// php -S localhost:8080 ./index.php
// php -S localhost:8080 ./graphql.php
require_once __DIR__ . '/../../vendor/autoload.php';
use \GraphQL\Examples\Blog\Types;