This commit is contained in:
Yuri Kuznetsov
2021-07-09 10:59:18 +03:00
parent 949149ea4d
commit 1f4dcb5a38
+1 -3
View File
@@ -39,7 +39,5 @@ $app = new Application();
$app->run(
EntryPoint::class,
RunnerParams::fromArray([
'entryPoint' => 'oauthCallback',
])
RunnerParams::create()->with('entryPoint', 'oauthCallback')
);