diff options
author | Sam Light <sam@lightscale.co.uk> | 2025-03-31 22:08:04 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-03-31 22:08:04 +0100 |
commit | 41605e2ab4b8de04cd1c05a4cfe95b822ba46ae1 (patch) | |
tree | 3463809b2f3a352301ade3cfc6dc3f454d44d5ae | |
parent | 68fc7984097c4373d7b73538260b13dd5b4a8340 (diff) |
remove empty line
-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; |