Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
colintucker committed Dec 11, 2017
2 parents dc6bd24 + 517dbad commit 62d6316
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Components/SliderComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 62d6316

Please sign in to comment.