first
This commit is contained in:
18
wp-content/plugins/smart-slider-3/Nextend/Nextend.php
Normal file
18
wp-content/plugins/smart-slider-3/Nextend/Nextend.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Nextend;
|
||||
|
||||
|
||||
use Nextend\Framework\Pattern\GetPathTrait;
|
||||
use Nextend\Framework\Pattern\SingletonTrait;
|
||||
use Nextend\SmartSlider3\Platform\Joomla\JoomlaShim;
|
||||
|
||||
class Nextend {
|
||||
|
||||
use GetPathTrait;
|
||||
use SingletonTrait;
|
||||
|
||||
protected function init() {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user