Skip to content

Commit 3d5cde2

Browse files
authored
[Tests app] Fix removing speakers (#263)
2 parents 74443bb + 2535c29 commit 3d5cde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Entity/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function getPath(): ?string
4141
return $this->path;
4242
}
4343

44-
public function setPath(string $path): void
44+
public function setPath(?string $path): void
4545
{
4646
$this->path = $path;
4747
}

0 commit comments

Comments
 (0)