File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
core/components/twilio/src Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -42,17 +42,14 @@ public function __construct(modX &$modx, array $options = [])
4242 $ this ->options = array_merge ([
4343 'namespace ' => $ this ->namespace ,
4444 'corePath ' => $ corePath ,
45- 'modelPath ' => $ corePath . 'model/ ' ,
46- 'snippetsPath ' => $ corePath . 'elements/snippets/ ' ,
45+ 'snippetsPath ' => $ corePath . 'src/Snippet/ ' ,
4746 'templatesPath ' => $ corePath . 'templates/ ' ,
4847 'assetsPath ' => $ assetsPath ,
4948 'assetsUrl ' => $ assetsUrl ,
5049 'jsUrl ' => $ assetsUrl . 'js/ ' ,
5150 'cssUrl ' => $ assetsUrl . 'css/ ' ,
52- 'connectorUrl ' => $ assetsUrl . 'connector.php '
5351 ], $ options );
5452
55- $ this ->modx ->addPackage ('twilio ' , $ this ->getOption ('modelPath ' ));
5653 $ this ->modx ->lexicon ->load ('twilio:default ' );
5754 }
5855
You can’t perform that action at this time.
0 commit comments