reversed order of the acceptance and note paramter

This commit is contained in:
Godfrey M
2024-12-11 16:14:06 -08:00
parent a7e6b8ea3f
commit 400833f834
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -27,7 +27,6 @@ class CheckoutLicenseMail extends Mailable
$this->note = $note;
$this->target = $checkedOutTo;
$this->acceptance = $acceptance;
$this->settings = Setting::getSettings();
}