We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74443bb commit 2535c29Copy full SHA for 2535c29
app/Entity/File.php
@@ -41,7 +41,7 @@ public function getPath(): ?string
41
return $this->path;
42
}
43
44
- public function setPath(string $path): void
+ public function setPath(?string $path): void
45
{
46
$this->path = $path;
47
0 commit comments