Improved formatting

This commit is contained in:
2021-11-27 10:59:29 +01:00
parent 19db5f3575
commit ae4eb30a73
4 changed files with 36 additions and 21 deletions

View File

@ -20,7 +20,8 @@ class Album
$this->logger = LoggerFactory::create('PhotoPrismUpload.Album');
}
public function getUrlPath(): ?string {
public function getUrlPath(): ?string
{
if (empty($this->token)) {
return null;
}