diff options
Diffstat (limited to 'src/Manifest.php')
-rw-r--r-- | src/Manifest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Manifest.php b/src/Manifest.php index 655945b..3480cdf 100644 --- a/src/Manifest.php +++ b/src/Manifest.php @@ -37,7 +37,6 @@ class Manifest return $this->data; } - public function getDir(): string { return $this->basePath; |