Skip to content
Snippets Groups Projects
Commit c3cbccb2 authored by Demian Katz's avatar Demian Katz
Browse files

Added missing constructor parameters.

parent bb51dadd
No related merge requests found
......@@ -68,7 +68,7 @@ class SMS extends Mailer
public function __construct($transport = null, $config = null)
{
// Set up parent object first:
parent::__construct();
parent::__construct($transport, $config);
// if using sms.ini, then load the carriers from it
// otherwise, fall back to the default list of US carriers
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment