Skip to content

Commit 07a478b

Browse files
author
Andrey Helldar
authored
Update File.php
1 parent 5877f89 commit 07a478b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function __construct(string $content = null)
1515
$this->content = $content;
1616
}
1717

18-
public static function make(string $content)
18+
public static function make(string $content = null)
1919
{
2020
return new static($content);
2121
}

0 commit comments

Comments
 (0)