Skip to content

Commit

Permalink
API Deprecate publicPathExists()
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Feb 6, 2023
1 parent d33a47a commit 2b85737
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Library.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand All @@ -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()
{
Expand Down

0 comments on commit 2b85737

Please sign in to comment.