Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Oct 20, 2024
1 parent 3c6cb6d commit 5510b3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/providers/Xero.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

use verbb\auth\base\ProviderTrait;
use verbb\auth\clients\xero\provider\Xero as XeroProvider;
use verbb\auth\models\Token;

class Xero extends XeroProvider
{
Expand All @@ -15,7 +16,7 @@ class Xero extends XeroProvider
// Public Methods
// =========================================================================

public function getBaseApiUrl(): ?string
public function getBaseApiUrl(?Token $token): ?string
{
return 'https://api.xero.com/';
}
Expand Down

0 comments on commit 5510b3d

Please sign in to comment.