Skip to content
Snippets Groups Projects
Commit c71c5687 authored by Alan Sherry's avatar Alan Sherry
Browse files

Issue #3443763: Fixes class names for examples

parent db1917ba
No related branches found
No related tags found
1 merge request!8Removes deprecated model naming scheme and moves client object naming over to...
......@@ -27,7 +27,7 @@ use Drupal\Component\Serialization\Json;
* }
* )
*/
class Client extends ClientBase {
class Auth0 extends ClientBase {
/**
* {@inheritdoc}
......
......@@ -16,7 +16,7 @@ use Drupal\Component\Serialization\Json;
* client_default_controller = "\Drupal\apitools_examples\Plugin\ApiTools\Brandfolder\ClientController"
* )
*/
class Client extends ClientBase {
class Brandfolder extends ClientBase {
protected $sdk;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment