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

Issue #3376640: Call to a member function delete() on null in...

Issue #3376640: Call to a member function delete() on null in Drupal\twilio\Services\Sms->twilioUserDelete()
parent ead2dd20
No related branches found
No related tags found
1 merge request!25Issue #3376640: Call to a member function delete() on null in Drupal\twilio\Services\Sms->twilioUserDelete()
......@@ -207,7 +207,6 @@ class Sms extends TwilioBase {
*/
public function twilioUserDelete($uid) {
$query = $this->connection->delete('twilio_user');
$query = $connection->delete('twilio_user');
$query->condition('uid', $uid);
$query->execute();
......
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