mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Allow passing empty values through for variables, covers with test, closes #2433
This commit is contained in:
@@ -24,7 +24,7 @@ class UpdateStartupVariableRequest extends ClientApiRequest
|
||||
{
|
||||
return [
|
||||
'key' => 'required|string',
|
||||
'value' => 'present|string',
|
||||
'value' => 'present',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user