Skip to content

Commit 2535c29

Browse files
committed
Fix removing speakers
1 parent 74443bb commit 2535c29

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)