Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #144 from Qoraiche/fix/issue-140-variable-assignment
Browse files Browse the repository at this point in the history
Fix/issue 140 variable assignment
  • Loading branch information
ReeceM authored Dec 10, 2020
2 parents 3560fef + cf3ca2f commit a98d0fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,8 @@ This is a patch release of the package for a PSR-4 warning

## Version 2.2.3
### Fix
- port version 3 fix back into v2, see #140, #141
- port version 3 fix back into v2, see #140, #141

## Version 2.2.4
### Fix
- Fix a typo from version 2.2.3
2 changes: 1 addition & 1 deletion src/MailEclipse.php
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ public static function handleMailableViewDataArgs($mailable)
return;
}
} else {
$filteredparams = self::getMissingParams($arg, $params);
$filteredparams[] = self::getMissingParams($arg, $params);
}
}

Expand Down

0 comments on commit a98d0fe

Please sign in to comment.