false]); } public function temporaryUrl(string $path, ?DateTimeInterface $expiresAt = null, array $config = []): string { return $this->adapter->getUrl($path); } public function getAdapter(): DropboxAdapter { return $this->adapter; } }