This commit is contained in:
Buster Neece 2022-10-07 21:04:18 -05:00
parent 3fa40f2b3f
commit f01ba42a21
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ class StorageLocation implements Stringable, IdentifiableEntityInterface
$creds = (!empty($this->dropboxAppKey) && !empty($this->dropboxAppSecret))
? [$this->dropboxAppKey, $this->dropboxAppSecret]
: $this->dropboxAuthToken;
return new Client($creds);
}