Skip to content

Commit 4b72dd8

Browse files
committed
Update TwilioServiceProvider.php
1 parent af680a3 commit 4b72dd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Travisjryan/Twilio/TwilioServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class TwilioServiceProvider extends ServiceProvider {
1616
*/
1717
public function boot()
1818
{
19-
$this->package('travisjryan/twilio');
19+
$this->package('aloha/twilio');
2020
}
2121

2222
/**
@@ -58,4 +58,4 @@ public function provides()
5858
return array('twilio');
5959
}
6060

61-
}
61+
}

0 commit comments

Comments
 (0)