Skip to content
Snippets Groups Projects
Commit 843b888d authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #9105 M2M review

parent dc029dca
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,9 @@ class SendMessageController
$adapter = '';
if ($channel == 'url') {
$adapter = new AdapterWS();
$adapter = new AdapterWSController();
} elseif ($channel == 'email') {
$adapter = new AdapterEmail();
$adapter = new AdapterEmailController();
} else {
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment