reversed order of the acceptance and note paramter
This commit is contained in:
@@ -27,7 +27,6 @@ class CheckoutLicenseMail extends Mailable
|
||||
$this->note = $note;
|
||||
$this->target = $checkedOutTo;
|
||||
$this->acceptance = $acceptance;
|
||||
|
||||
$this->settings = Setting::getSettings();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user