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.
1 parent dba93ab commit 8763c94Copy full SHA for 8763c94
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