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() {