From: Vincent Vanwaelscappel Date: Thu, 26 Jan 2023 14:26:17 +0000 (+0100) Subject: wip #5700 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ac7cf366bfe62b9e9bf737d53f0e9d0fc68e074e;p=cubist_net.git wip #5700 --- 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