We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dba93ab + 8763c94 commit 6fc46beCopy full SHA for 6fc46be
src/Executor/Executor.php
@@ -55,7 +55,7 @@ class Executor
55
* @param $fn
56
* @throws \Exception
57
*/
58
- public function setDefaultResolveFn($fn)
+ public static function setDefaultResolveFn($fn)
59
{
60
Utils::invariant(is_callable($fn), 'Expecting callable, but got ' . Utils::getVariableType($fn));
61
self::$defaultResolveFn = $fn;
0 commit comments