We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56709e0 commit 60b3ad9Copy full SHA for 60b3ad9
core/components/twilio/index.class.php
@@ -6,6 +6,10 @@ abstract class TwilioBaseManagerController extends modManagerController
6
{
7
public string $version = '1.0.0';
8
9
+ public function checkPermissions()
10
+ {
11
+ return true;
12
+ }
13
public function initialize()
14
15
$corePath = $this->modx->getOption(
0 commit comments