Reimplmement service changes going to the service__change table
This commit is contained in:
@@ -26,7 +26,7 @@ class ChangeRequest extends Mailable
|
||||
public function __construct(Service $o,string $notes='')
|
||||
{
|
||||
$this->service = $o;
|
||||
$this->notes = $notes;
|
||||
$this->notes = $notes ?? '';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user