Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: postApplication in ApplicationService doesn't work with Guzzle7
After upgrading to GuzzleHttp 7, it stopped treating null urls as empty and instead throws an InvalidArgumentException. This commit changes $url parameter's default value to an empty string instead of null.
- Loading branch information