Skip to content

Commit

Permalink
Merge pull request #65 from creative-commoners/pulls/1/depr
Browse files Browse the repository at this point in the history
API Deprecate publicPathExists()
  • Loading branch information
GuySartorelli committed Feb 7, 2023
2 parents d33a47a + 2b85737 commit 2fbf982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Library.php
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 2fbf982

Please sign in to comment.