From 5034e49bd1391aa4e2cb330f18a4071b2efc1291 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Mon, 4 Nov 2024 17:38:43 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Oauth2CredentialManagers/AuthenticatedUserStore.php | 2 +- src/Xero.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Oauth2CredentialManagers/AuthenticatedUserStore.php b/src/Oauth2CredentialManagers/AuthenticatedUserStore.php index 0df5b57..aa81a5f 100644 --- a/src/Oauth2CredentialManagers/AuthenticatedUserStore.php +++ b/src/Oauth2CredentialManagers/AuthenticatedUserStore.php @@ -15,7 +15,7 @@ public function __construct() parent::__construct(); - if($auth->check()) { + if ($auth->check()) { $this->model = $auth->user(); } } diff --git a/src/Xero.php b/src/Xero.php index c99c4bd..202801f 100644 --- a/src/Xero.php +++ b/src/Xero.php @@ -32,7 +32,6 @@ public static function getModelAttribute(): string return static::$modelAttribute; } - public static function getDefaultAuthGuard(): string { return static::$defaultAuthGuard;