Skip to content

Commit

Permalink
Fixed Typo GraphQL client (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsidhu1313 authored Nov 7, 2023
1 parent 2d343a6 commit 01940de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/GraphQL.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace BoldApps\ShopifyToolkit\Services;

class GraphQL extends base
class GraphQL extends Base
{
public function query($query, $variables = [])
{
Expand Down

0 comments on commit 01940de

Please sign in to comment.