mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-15 04:31:31 +00:00
updated streamline-setup v2
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
namespace Laravel\Prompts;
|
||||
|
||||
use Closure;
|
||||
|
||||
class ConfirmPrompt extends Prompt
|
||||
{
|
||||
/**
|
||||
@@ -20,6 +22,7 @@ class ConfirmPrompt extends Prompt
|
||||
public bool|string $required = false,
|
||||
public mixed $validate = null,
|
||||
public string $hint = '',
|
||||
public ?Closure $transform = null,
|
||||
) {
|
||||
$this->confirmed = $default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user