mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-11 21:20:57 +00:00
11 lines
202 B
PHP
11 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
|
|
{
|
|
}
|