wowowowowo
This commit is contained in:
@@ -29,6 +29,9 @@ class StoreEnvironmentAttachmentRequest extends FormRequest
|
||||
'name' => ['nullable', 'string', 'max:255'],
|
||||
'env_prefix' => ['nullable', 'string', 'max:32', 'regex:/^[A-Z][A-Z0-9_]*$/'],
|
||||
'is_primary' => ['boolean'],
|
||||
'domain' => ['nullable', 'string', 'max:255'],
|
||||
'path_prefix' => ['nullable', 'string', 'max:255'],
|
||||
'tls_enabled' => ['boolean'],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user