Skip to content
Snippets Groups Projects
Commit ead2dd20 authored by Malcolm Young's avatar Malcolm Young Committed by Shashank Kumar
Browse files

Issue #3377666: ArgumentCountError : Sms::__construct() Too few arguments passed

parent 626a938f
No related branches found
No related tags found
1 merge request!27Issue #3377666: ArgumentCountError : Sms::__construct() Too few arguments passed
......@@ -4,7 +4,7 @@ services:
arguments: ['@config.factory']
twilio.sms:
class: Drupal\twilio\Services\Sms
arguments: ['@database','@config.factory','@twilio.command']
arguments: ['@database', '@config.factory', '@twilio.command', '@messenger']
tags:
- { name: 'twilio' }
twilio.numbers:
......
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