Skip to content

Commit 60b3ad9

Browse files
committed
fixing abstract
1 parent 56709e0 commit 60b3ad9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/components/twilio/index.class.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ abstract class TwilioBaseManagerController extends modManagerController
66
{
77
public string $version = '1.0.0';
88

9+
public function checkPermissions()
10+
{
11+
return true;
12+
}
913
public function initialize()
1014
{
1115
$corePath = $this->modx->getOption(

0 commit comments

Comments
 (0)