From ac7cf366bfe62b9e9bf737d53f0e9d0fc68e074e Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 26 Jan 2023 15:26:17 +0100 Subject: [PATCH] wip #5700 --- src/Transfer/Local.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/Transfer/Local.php diff --git a/src/Transfer/Local.php b/src/Transfer/Local.php new file mode 100644 index 0000000..bd47593 --- /dev/null +++ b/src/Transfer/Local.php @@ -0,0 +1,21 @@ +_basePath = $basePath; + } + + /** + * @return string + */ + public function getBasePath() { + return $this->_basePath; + } +} \ No newline at end of file -- 2.39.5