Skip to content

Commit 5cee777

Browse files
cklei-carlygithub-actions[bot]
authored andcommitted
Fix styling
1 parent 872f6da commit 5cee777

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Fields/Dtos/FileDto.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ class FileDto extends BaseDto
2525
public function getFullPath()
2626
{
2727
$fs = filled($this->disk) ? Storage::disk($this->disk) : Storage::getDriver();
28+
2829
return $fs->path($this->path);
2930
}
3031

3132
public function getUrl(): ?string
3233
{
3334
$fs = filled($this->disk) ? Storage::disk($this->disk) : Storage::getDriver();
35+
3436
return $fs->url($this->path);
3537
}
3638

0 commit comments

Comments
 (0)