cs fix
This commit is contained in:
@@ -39,7 +39,5 @@ $app = new Application();
|
|||||||
|
|
||||||
$app->run(
|
$app->run(
|
||||||
EntryPoint::class,
|
EntryPoint::class,
|
||||||
RunnerParams::fromArray([
|
RunnerParams::create()->with('entryPoint', 'oauthCallback')
|
||||||
'entryPoint' => 'oauthCallback',
|
|
||||||
])
|
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user