| Current Path : /home/juvelize/www/libraries/smartslider3/src/SmartSlider3/Slider/Base/ |
| Current File : /home/juvelize/www/libraries/smartslider3/src/SmartSlider3/Slider/Base/PlatformSliderBase.php |
<?php
namespace Nextend\SmartSlider3\Slider\Base;
class PlatformSliderBase {
public function addCMSFunctions($text) {
return $text;
}
}