diff --git a/src/Buttons/GoogleSharingButton.php b/src/Buttons/GoogleSharingButton.php index 2300d6a..aee791c 100644 --- a/src/Buttons/GoogleSharingButton.php +++ b/src/Buttons/GoogleSharingButton.php @@ -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. *