graphql-php/src/Utils.php
2017-07-10 19:53:46 +07:00

12 lines
202 B
PHP

<?php
namespace GraphQL;
trigger_error(
'GraphQL\Utils was moved to GraphQL\Utils\Utils and will be deleted on next release',
E_USER_DEPRECATED
);
class Utils extends \GraphQL\Utils\Utils
{
}