Improved formatting
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user