Skip to content

Commit

Permalink
Added table_name to all data objects
Browse files Browse the repository at this point in the history
  • Loading branch information
colintucker committed Dec 11, 2017
1 parent f1105af commit 2e7582f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Buttons/GoogleSharingButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ class GoogleSharingButton extends SharingButton
*/
private static $description = 'A sharing button to share the current page via Google';

/**
* Defines the table name to use for this object.
*
* @var string
* @config
*/
private static $table_name = 'SilverWare_GoogleSharingButton';

/**
* Defines an ancestor class to hide from the admin interface.
*
Expand Down

0 comments on commit 2e7582f

Please sign in to comment.