mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 08:34:45 +02:00
Support userInteraction and user_interaction because who needs this to be maintainable in the future...
This commit is contained in:
parent
c91c02f6a8
commit
d1a28051f9
@ -69,7 +69,7 @@ class EggConfigurationService
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'done' => is_string($done) ? [$done] : $done,
|
'done' => is_string($done) ? [$done] : $done,
|
||||||
'user_interaction' => Arr::get($startup, 'userInteraction') ?? [],
|
'user_interaction' => Arr::get($startup, 'userInteraction') ?? Arr::get($startup, 'user_interaction') ?? [],
|
||||||
'strip_ansi' => Arr::get($startup, 'strip_ansi') ?? false,
|
'strip_ansi' => Arr::get($startup, 'strip_ansi') ?? false,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user