From 2b857372fc5c44580add91b8ddc685c3bd12aa88 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 7 Feb 2023 11:13:14 +1300 Subject: [PATCH] API Deprecate publicPathExists() --- src/Library.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Library.php b/src/Library.php index 9e00fa9..a638dbd 100644 --- a/src/Library.php +++ b/src/Library.php @@ -280,6 +280,7 @@ protected function validateFolder($exposeFolder) * Determin eif the public folder exists * * @return bool + * @deprecated 1.7.0 Will be removed without equivalent functionality to replace it */ public function publicPathExists() { @@ -290,6 +291,7 @@ public function publicPathExists() * Check if this module is installed in vendor * * @return bool + * @deprecated 1.7.0 Will be removed without equivalent functionality to replace it */ protected function installedIntoVendor() {