Skip to content

Commit

Permalink
Plugin definition
Browse files Browse the repository at this point in the history
  • Loading branch information
autowp committed Jul 19, 2018
1 parent 6e8b0ca commit 3afb3e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class PluginManager extends AbstractPluginManager
'github' => Github::class,
'google-plus' => GooglePlus::class,
'googleplus' => GooglePlus::class,
'google' => Google::class,
'linkedin' => Linkedin::class,
'linked-in' => Linkedin::class,
'twitter' => Twitter::class,
Expand All @@ -21,6 +22,7 @@ class PluginManager extends AbstractPluginManager
Facebook::class => LoginServiceFactory::class,
Github::class => LoginServiceFactory::class,
GooglePlus::class => LoginServiceFactory::class,
Google::class => LoginServiceFactory::class,
Linkedin::class => LoginServiceFactory::class,
Twitter::class => LoginServiceFactory::class,
Vk::class => LoginServiceFactory::class,
Expand Down

0 comments on commit 3afb3e8

Please sign in to comment.