diff --git a/src/Components/SliderComponent.php b/src/Components/SliderComponent.php index 996aece..c340612 100644 --- a/src/Components/SliderComponent.php +++ b/src/Components/SliderComponent.php @@ -88,6 +88,14 @@ class SliderComponent extends BaseComponent */ private static $icon = 'silverware/slider: admin/client/dist/images/icons/SliderComponent.png'; + /** + * Defines the table name to use for this object. + * + * @var string + * @config + */ + private static $table_name = 'SilverWare_SliderComponent'; + /** * Defines an ancestor class to hide from the admin interface. *