Skip to content

Commit

Permalink
Extend Social Auth SettingsBase.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed Feb 7, 2019
1 parent 36ca82b commit 8f33a65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Settings/PbsAuthSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Drupal\social_auth_pbs\Settings;

use Drupal\social_api\Settings\SettingsBase;
use Drupal\social_auth\Settings\SettingsBase;

/**
* Defines methods to get Social Auth PBS settings.
Expand Down
4 changes: 3 additions & 1 deletion src/Settings/PbsAuthSettingsInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

namespace Drupal\social_auth_pbs\Settings;

use Drupal\social_auth\Settings\SettingsInterface;

/**
* Defines an interface for Social Auth PBS settings.
*/
interface PbsAuthSettingsInterface {
interface PbsAuthSettingsInterface extends SettingsInterface {

/**
* Gets the client ID.
Expand Down

0 comments on commit 8f33a65

Please sign in to comment.