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 991514f commit 2bfb38bCopy full SHA for 2bfb38b
src/Application/UI/Presenter.php
@@ -176,7 +176,7 @@ public function run(Application\Request $request)
176
}
177
178
$this->initGlobalParameters();
179
- $this->checkRequirements($this->getReflection());
+ $this->checkRequirements(new \ReflectionClass($this));
180
$this->startup();
181
if (!$this->startupCheck) {
182
$class = $this->getReflection()->getMethod('startup')->getDeclaringClass()->getName();
0 commit comments