Skip to content

Commit

Permalink
Merge pull request #16 from DestinyLuo/patch-1
Browse files Browse the repository at this point in the history
Update SendCloudTransport.php
  • Loading branch information
nauxliu authored Mar 6, 2017
2 parents 8e35805 + 5c07e4d commit 47e6aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SendCloudTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SendCloudTransport extends Transport
const SEND_HTML_URL = 'http://sendcloud.sohu.com/webapi/mail.send.json';
const SEND_TEMPLATE_URL = 'http://sendcloud.sohu.com/webapi/mail.send_template.json';

protect $query = [];
protected $query = [];

/**
* SendCloudTransport constructor.
Expand Down

0 comments on commit 47e6aa9

Please sign in to comment.