From 688ab84df9c64bf37acbdf55207ba9accaa92317 Mon Sep 17 00:00:00 2001 From: vagrant Date: Fri, 29 Nov 2019 11:45:24 +0000 Subject: [PATCH] add getUrl plugins --- src/Plugins/FileUrl.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/Plugins/FileUrl.php diff --git a/src/Plugins/FileUrl.php b/src/Plugins/FileUrl.php new file mode 100644 index 0000000..603c9a0 --- /dev/null +++ b/src/Plugins/FileUrl.php @@ -0,0 +1,19 @@ +filesystem->getAdapter()->getUrl($path); + } +} \ No newline at end of file