graphql-php/src/Utils.php

12 lines
202 B
PHP
Raw Normal View History

2015-07-15 23:05:46 +06: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 13:44:52 +06:00
class Utils extends \GraphQL\Utils\Utils
2015-07-15 23:05:46 +06:00
{
}