first
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Nextend\SmartSlider3\Widget\Bar;
|
||||
|
||||
|
||||
use Nextend\SmartSlider3\Widget\AbstractWidget;
|
||||
|
||||
abstract class AbstractWidgetBar extends AbstractWidget {
|
||||
|
||||
protected $key = 'widget-bar-';
|
||||
}
|
Reference in New Issue
Block a user