graphql-php/src/Utils.php

12 lines
202 B
PHP
Raw Normal View History

2015-07-15 20:05:46 +03:00
<?php
namespace GraphQL;
trigger_error(
'GraphQL\Utils was moved to GraphQL\Utils\Utils and will be deleted on next release',
E_USER_DEPRECATED
);
2015-08-30 10:44:52 +03:00
class Utils extends \GraphQL\Utils\Utils
2015-07-15 20:05:46 +03:00
{
}