diff --git a/flextype/core/Snippets.php b/flextype/core/Snippets.php index 0ac29f9e..e369d8e8 100644 --- a/flextype/core/Snippets.php +++ b/flextype/core/Snippets.php @@ -261,7 +261,7 @@ class Snippets * * @access private */ - private function getFileLocation(string $id) : string + public function getFileLocation(string $id) : string { return PATH['snippets'] . '/' . $id . '.php'; } @@ -273,7 +273,7 @@ class Snippets * * @access private */ - private function getDirLocation() : string + public function getDirLocation() : string { return PATH['snippets'] . '/'; }