feat: init postgresql database
This commit is contained in:
@@ -14,7 +14,7 @@ class Modal extends Component
|
||||
*/
|
||||
public function __construct(
|
||||
public string $modalId,
|
||||
public string $modalTitle,
|
||||
public string|null $modalTitle = null,
|
||||
public string|null $modalBody = null,
|
||||
public string|null $modalSubmit = null,
|
||||
public bool $yesOrNo = false,
|
||||
@@ -30,4 +30,4 @@ class Modal extends Component
|
||||
{
|
||||
return view('components.modal');
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user