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 89f1450 commit 9f35d3fCopy full SHA for 9f35d3f
GenericRuntime.php
@@ -122,7 +122,7 @@ public function getRunner(?object $application): RunnerInterface
122
}
123
124
if (!$application instanceof \Closure) {
125
- if ($runtime = $this->resolveRuntime(\get_class($application))) {
+ if ($runtime = $this->resolveRuntime($application::class)) {
126
return $runtime->getRunner($application);
127
128
0 commit comments