diff options
Diffstat (limited to 'src/Phorkie/File.php')
| -rw-r--r-- | src/Phorkie/File.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Phorkie/File.php b/src/Phorkie/File.php index bf2eb60..6cdc833 100644 --- a/src/Phorkie/File.php +++ b/src/Phorkie/File.php @@ -42,7 +42,7 @@ class File 'html' => 'xml', ); - public function __construct($path, Repository $repo) + public function __construct($path, Repository $repo = null) { $this->path = $path; $this->repo = $repo; |
